|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] tools: users of libxl currently need to s
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1300894624 0
# Node ID ab5fd56fa82f7fc656ade71144d6f0821709be64
# Parent 8e1c737b2c44249dd1c0e4e1b8978d5d35020226
tools: users of libxl currently need to see libxc and libxenstore
headers
So add them to CFLAGS_libxenlight
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
diff -r 8e1c737b2c44 -r ab5fd56fa82f tools/Rules.mk
--- a/tools/Rules.mk Wed Mar 23 15:24:19 2011 +0000
+++ b/tools/Rules.mk Wed Mar 23 15:37:04 2011 +0000
@@ -49,7 +49,7 @@
SHLIB_libblktapctl =
endif
-CFLAGS_libxenlight = -I$(XEN_XENLIGHT) $(CFLAGS_xeninclude)
+CFLAGS_libxenlight = -I$(XEN_XENLIGHT) $(CFLAGS_libxenctrl)
$(CFLAGS_libxenstore) $(CFLAGS_xeninclude)
LDLIBS_libxenlight = -L$(XEN_XENLIGHT) $(SHLIB_libxenctrl)
$(SHLIB_libxenstore) $(SHLIB_libblktapctl) -lxenlight
SHLIB_libxenlight = -Wl,-rpath-link=$(XEN_XENLIGHT)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] tools: users of libxl currently need to see libxc and libxenstore,
Xen patchbot-unstable <=
|
|
|
|
|