[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 05/12] tools/libxc: provide variable paths to libxc
In preparation to remove hardcoded /var/run/xen paths, provide XEN_RUN_DIR and related directories to xc_private.h. Similar code exists already for libxl, stubdom and other parts. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> --- tools/libxc/Makefile | 8 ++++++++ tools/libxc/xc_private.h | 1 + 2 files changed, 9 insertions(+) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index a74b19e..cbba502 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -118,6 +118,13 @@ ifneq ($(stubdom),y) LIB += xenctrl_osdep_ENOSYS.so endif +genpath-target = $(call buildmakevars2header,_paths.h) +$(eval $(genpath-target)) + +xc_private.h: _paths.h + +$(CTRL_LIB_OBJS) $(GUEST_LIB_OBJS) $(OSDEP_LIB_OBJS): xc_private.h + .PHONY: all all: build @@ -150,6 +157,7 @@ TAGS: .PHONY: clean clean: rm -rf *.rpm $(LIB) *~ $(DEPS) \ + _paths.h \ $(CTRL_LIB_OBJS) $(CTRL_PIC_OBJS) \ $(GUEST_LIB_OBJS) $(GUEST_PIC_OBJS) \ $(OSDEP_LIB_OBJS) $(OSDEP_PIC_OBJS) diff --git a/tools/libxc/xc_private.h b/tools/libxc/xc_private.h index 670a82d..786dc61 100644 --- a/tools/libxc/xc_private.h +++ b/tools/libxc/xc_private.h @@ -29,6 +29,7 @@ #include <stdlib.h> #include <sys/ioctl.h> +#include "_paths.h" #include "xenctrl.h" #include "xenctrlosdep.h" _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |