From 7fffaf204ef59d6a068baa6b6b94a32eb6172846 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 15 May 2012 08:38:46 +0100 Subject: gobject: Remove old generated files. --- gobject/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 4fe10981..4744cd24 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -35,6 +35,11 @@ EXTRA_DIST = \ tests-misc.js \ run-tests +# Remove the old generated files which were directly in the gobject/ +# directory. These have now moved into gobject/src/ +CLEANFILES = \ + guestfs-gobject-*.c *.o *.lo + libname = libguestfs-gobject-1.0.la lib_LTLIBRARIES = $(libname) @@ -61,6 +66,7 @@ INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) if HAVE_INTROSPECTION + introspection_sources = \ $(libguestfs_gobject_1_0_la_HEADERS) \ $(libguestfs_gobject_1_0_la_SOURCES) @@ -83,5 +89,6 @@ TESTS_ENVIRONMENT = GJS=$(GJS) $(TESTS): $(typelib_DATA) -CLEANFILES = $(gir_DATA) $(typelib_DATA) +CLEANFILES += $(gir_DATA) $(typelib_DATA) + endif -- cgit