libxl: Fix build dependency for libxl.h.
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 24 Sep 2014 15:30:34 +0000 (16:30 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 25 Sep 2014 12:03:29 +0000 (13:03 +0100)
libxl.h includes _libxl_list.h, but the Makefile does not reflect this
dependency. This can lead to build error due to a missing _libxl_list.h
file.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/Makefile

index 9d67d0b47d506bd5ac99cf0918657ffb480e316d..496a269e7fdd857c681db2aef8e349fed964d77d 100644 (file)
@@ -173,7 +173,7 @@ _libxl_save_msgs_helper.h _libxl_save_msgs_callout.h: \
        $(PERL) -w $< $@ >$@.new
        $(call move-if-changed,$@.new,$@)
 
-libxl.h: _libxl_types.h
+libxl.h: _libxl_types.h _libxl_list.h
 libxl_json.h: _libxl_types_json.h
 libxl_internal.h: _libxl_types_internal.h _libxl_types_private.h _libxl_types_internal_private.h _paths.h
 libxl_internal_json.h: _libxl_types_internal_json.h