aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-05-30 10:57:10 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-05-30 10:57:10 +0100
commit4a2504925d69d00073585a57eeb27de50466a852 (patch)
tree3335ec15b779f9921eebcda6641f38d3b344410e /tools/libxl/Makefile
parent7f3ecbf7fa51d1e9d6312b01d2c6aac71614c9c6 (diff)
downloadxen-4a2504925d69d00073585a57eeb27de50466a852.tar.gz
xen-4a2504925d69d00073585a57eeb27de50466a852.tar.bz2
xen-4a2504925d69d00073585a57eeb27de50466a852.zip
xl: xl.h depends on geenrated file _paths.h
Fixes build error. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/Makefile')
-rw-r--r--tools/libxl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index cf59c67829..8f78c05df2 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -120,6 +120,7 @@ libxl.h: _libxl_types.h
libxl_json.h: _libxl_types_json.h
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): libxl_internal.h