[gobject-introspection] [test] Add typelib/girs to CLEANFILES



commit 7a7cf61a1f2f5ed3880c2245c3a5162dece768f0
Author: Johan Dahlin <johan gnome org>
Date:   Mon Sep 13 10:35:25 2010 -0300

    [test] Add typelib/girs to CLEANFILES
    
    So they are removed during uninstall

 tests/Makefile.am |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index db8710a..1097744 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,9 +25,14 @@ libgimarshallingtests_1_0_la_SOURCES = gimarshallingtests.c
 
 EXTRA_DIST += gimarshallingtests.h
 
-BUILT_SOURCES += everything.c everything.h
+BUILT_SOURCES += everything.c everything.h Everything-1.0.gir GIMarshallingTests-1.0.gir
+
+CLEANFILES += \
+    $(BUILT_SOURCES) \
+    everything-stamp.h \
+    Everything-1.0.typelib \
+    GIMarshallingTests-1.0.typelib
 
-CLEANFILES += $(BUILT_SOURCES) everything-stamp.h
 everything-stamp.h: Makefile
 	$(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --generate-typelib-tests=Everything,everything.h,everything.c
 	touch $@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]