[gjs] Remove test typelibs and girs during make clean



commit 84c87841b94649fbc72239cc82a2d622c508ac0c
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Oct 4 16:13:00 2010 -0400

    Remove test typelibs and girs during make clean
    
    Add Regress and GIMarshallingTests typelibs and girs to CLEANFILES

 Makefile-test.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index eda994d..7eebc34 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)					\



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