aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/Makefile
diff options
context:
space:
mode:
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>2006-12-29 16:24:57 +0000
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>2006-12-29 16:24:57 +0000
commit8053a62d5a2c617c925cc285ad953955240c0153 (patch)
tree3c9b57b6faa3c3a5903b74457e7460553e90df5d /tools/xenstore/Makefile
parente7a7e191878420531b66346b9b43e696a0d77627 (diff)
downloadxen-8053a62d5a2c617c925cc285ad953955240c0153.tar.gz
xen-8053a62d5a2c617c925cc285ad953955240c0153.tar.bz2
xen-8053a62d5a2c617c925cc285ad953955240c0153.zip
Fix libxenstore library dependencies.
Signed-off-by: Mark Johnson <mark.johnson@sun.com>
Diffstat (limited to 'tools/xenstore/Makefile')
-rw-r--r--tools/xenstore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index a18347d4b1..0596379aca 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -91,7 +91,7 @@ libxenstore.so.$(MAJOR): libxenstore.so.$(MAJOR).$(MINOR)
ln -sf $< $@
libxenstore.so.$(MAJOR).$(MINOR): xs.opic xs_lib.opic
- $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenstore.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $^ -lpthread
+ $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenstore.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $^ $(SOCKET_LIBS) -lpthread
libxenstore.a: xs.o xs_lib.o
$(AR) rcs libxenstore.a $^