libxl: ocaml: add META to list of generated files in Makefile
authorRob Hoes <rob.hoes@citrix.com>
Mon, 21 Oct 2013 13:32:31 +0000 (14:32 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 31 Oct 2013 18:15:55 +0000 (18:15 +0000)
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/ocaml/libs/xl/Makefile

index c9e5274ea47b879c281ae11dab649735e449dbbe..4195bfc8e5b29717af684fa7aa2e616e39422d5a 100644 (file)
@@ -19,7 +19,7 @@ OCAML_LIBRARY = xenlight
 
 GENERATED_FILES += xenlight.ml xenlight.ml.tmp xenlight.mli xenlight.mli.tmp
 GENERATED_FILES += _libxl_types.ml.in _libxl_types.mli.in
-GENERATED_FILES += _libxl_types.inc
+GENERATED_FILES += _libxl_types.inc META
 
 all: $(INTF) $(LIBS)