aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@citrix.com>2011-06-27 14:48:57 +0100
committerTim Deegan <Tim.Deegan@citrix.com>2011-06-27 14:48:57 +0100
commita9cdaf2a901b353f1d93b9123b1591b8c742955f (patch)
tree44afd409130922e93b255b75d4eb3cf7e91045f6 /tools/xenpaging
parent3f7bdba93431f2f767091be6851c89ecf41f28a2 (diff)
downloadxen-a9cdaf2a901b353f1d93b9123b1591b8c742955f.tar.gz
xen-a9cdaf2a901b353f1d93b9123b1591b8c742955f.tar.bz2
xen-a9cdaf2a901b353f1d93b9123b1591b8c742955f.zip
tools: fix build after recent xenpaging changes
xenpaging now uses pthreads, so must link appropriately. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/xenpaging')
-rw-r--r--tools/xenpaging/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile
index 6c20a8d52b..8a5b21c055 100644
--- a/tools/xenpaging/Makefile
+++ b/tools/xenpaging/Makefile
@@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore)
-LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore)
+LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) -pthread
POLICY = default