summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-13 10:35:25 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-13 10:35:25 -0300
commit7a7cf61a1f2f5ed3880c2245c3a5162dece768f0 (patch)
tree77addccc900125304258cf51b32622c806f6662c
parent240c2a1351fe44947fecbb87f56c7ca9801c7593 (diff)
[test] Add typelib/girs to CLEANFILES
So they are removed during uninstall
-rw-r--r--tests/Makefile.am9
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 $@