aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-06-29 11:24:10 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-06-29 11:24:10 +0100
commit65f28015b498ab0e58e3f2d381f761a774d691fc (patch)
treeab2d9da66f01d6d861db5b0a0795a81e4bf5e37d /tools/libxl/Makefile
parenta79655807bdc466f43a7f0c2f0d683ee50a311f5 (diff)
downloadxen-65f28015b498ab0e58e3f2d381f761a774d691fc.tar.gz
xen-65f28015b498ab0e58e3f2d381f761a774d691fc.tar.bz2
xen-65f28015b498ab0e58e3f2d381f761a774d691fc.zip
libxl: make libxl-save-helper depend on the autogenerated code targets
Fixes this build failure: In file included from libxl_save_helper.c:44: libxl.h:346:26: error: _libxl_types.h: No such file or directory 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/libxl/Makefile')
-rw-r--r--tools/libxl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index ddc2624c44..48f352eb4e 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -100,7 +100,7 @@ testidl.c: libxl_types.idl gentest.py libxl.h $(AUTOINCS)
all: $(CLIENTS) libxenlight.so libxenlight.a libxlutil.so libxlutil.a \
$(AUTOSRCS) $(AUTOINCS)
-$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS): $(AUTOINCS)
+$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS) $(SAVE_HELPER_OBJS): $(AUTOINCS)
%.c %.h:: %.y
@rm -f $*.[ch]
@@ -134,7 +134,7 @@ libxl_internal.h: _libxl_types_internal.h _paths.h
libxl_internal_json.h: _libxl_types_internal_json.h
xl.h: _paths.h
-$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS): libxl.h
+$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS) $(SAVE_HELPER_OBJS): libxl.h
$(LIBXL_OBJS): libxl_internal.h
_libxl_type%.h _libxl_type%_json.h _libxl_type%.c: libxl_type%.idl gentypes.py idl.py