summaryrefslogtreecommitdiffstats
path: root/gobject
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-05-15 08:38:46 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-05-15 08:38:46 +0100
commit7fffaf204ef59d6a068baa6b6b94a32eb6172846 (patch)
tree1f63e110dba94dd59be5ddf59076b5a7216e46c7 /gobject
parent2040a15ac7e54fd27d303f0f710d28b983f1f568 (diff)
downloadlibguestfs-7fffaf204ef59d6a068baa6b6b94a32eb6172846.tar.gz
libguestfs-7fffaf204ef59d6a068baa6b6b94a32eb6172846.tar.xz
libguestfs-7fffaf204ef59d6a068baa6b6b94a32eb6172846.zip
gobject: Remove old generated files.
Diffstat (limited to 'gobject')
-rw-r--r--gobject/Makefile.am9
1 files changed, 8 insertions, 1 deletions
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