aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Rules.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-04-06 16:50:16 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-04-06 16:50:16 +0100
commitbbfc7c38075c1f5181ff205b5111eddc0a8c76eb (patch)
tree255743bf4cfc1ab2b4e075cc1ba891b15bd07fb8 /tools/Rules.mk
parente15c160c0f6ee65e0160826d8a3987a65ccfa9ec (diff)
downloadxen-bbfc7c38075c1f5181ff205b5111eddc0a8c76eb.tar.gz
xen-bbfc7c38075c1f5181ff205b5111eddc0a8c76eb.tar.bz2
xen-bbfc7c38075c1f5181ff205b5111eddc0a8c76eb.zip
libxl: do not expose libxenctrl/libxenstore headers via libxl.h
This completely removes libxenstore from libxl users' view. xl still needs libxenctrl directly due to the direct use of the xentoollog functionality but it is not exposed to the indirect linkage anymore. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/Rules.mk')
-rw-r--r--tools/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Rules.mk b/tools/Rules.mk
index c1a5e053b0..0d048af350 100644
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -49,7 +49,7 @@ LDLIBS_libblktapctl =
SHLIB_libblktapctl =
endif
-CFLAGS_libxenlight = -I$(XEN_XENLIGHT) $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) $(CFLAGS_xeninclude)
+CFLAGS_libxenlight = -I$(XEN_XENLIGHT) $(CFLAGS_libxenctrl) $(CFLAGS_xeninclude)
LDLIBS_libxenlight = -L$(XEN_XENLIGHT) $(SHLIB_libxenctrl) $(SHLIB_libxenstore) $(SHLIB_libblktapctl) -lxenlight
SHLIB_libxenlight = -Wl,-rpath-link=$(XEN_XENLIGHT)