summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2010-10-04 16:13:00 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2010-10-04 16:14:15 -0400
commit84c87841b94649fbc72239cc82a2d622c508ac0c (patch)
tree424ebd5d5e55b66c559f0f6fa31717d67bbd46bb
parent6a44bac07b622e16228ce277d4aeadb3609ded5b (diff)
downloadgjs-84c87841b94649fbc72239cc82a2d622c508ac0c.tar.gz
Remove test typelibs and girs during make clean
Add Regress and GIMarshallingTests typelibs and girs to CLEANFILES
-rw-r--r--Makefile-test.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile-test.am b/Makefile-test.am
index eda994d5..7eebc340 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -87,6 +87,8 @@ Regress-1.0.gir: libregress.la Makefile
Regress-1.0.typelib: Regress-1.0.gir Makefile
$(AM_V_GEN) g-ir-compiler $< -o $@
+CLEANFILES += Regress-1.0.gir Regress-1.0.typelib
+
GIMarshallingTests-1.0.gir: libgimarshallingtests.la Makefile
$(AM_V_GEN) g-ir-scanner --include=Gio-2.0 \
--namespace=GIMarshallingTests --nsversion=1.0 --symbol-prefix=gi_marshalling_tests \
@@ -98,6 +100,8 @@ GIMarshallingTests-1.0.gir: libgimarshallingtests.la Makefile
GIMarshallingTests-1.0.typelib: GIMarshallingTests-1.0.gir Makefile
$(AM_V_GEN) g-ir-compiler $< -o $@
+CLEANFILES += GIMarshallingTests-1.0.gir GIMarshallingTests-1.0.typelib
+
########################################################################
TESTS_ENVIRONMENT = \
TOP_SRCDIR=$(top_srcdir) \