[folks] More-cleanly define gir and vapi files.



commit bbda7744abd5b2b5c05f52e34c83bfc12935d0e1
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Fri Jun 17 16:05:38 2011 +0100

    More-cleanly define gir and vapi files.

 tests/lib/telepathy/contactlist/Makefile.am |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/Makefile.am b/tests/lib/telepathy/contactlist/Makefile.am
index 280787b..bf6a097 100644
--- a/tests/lib/telepathy/contactlist/Makefile.am
+++ b/tests/lib/telepathy/contactlist/Makefile.am
@@ -72,9 +72,13 @@ tp-test-contactlist.vapi: tp-test-contactlist.gir
 	touch $@
 endif
 
-dist_noinst_DATA = \
-	tp-test-contactlist.gir \
+introspection_files = \
+	$(INTROSPECTION_GIRS) \
 	tp-test-contactlist.vapi \
+	$(NULL)
+
+dist_noinst_DATA = \
+	$(introspection_files) \
 	tp-test-contactlist.deps \
 	$(NULL)
 
@@ -84,8 +88,7 @@ CLEANFILES = \
 	$(NULL)
 
 MAINTAINERCLEANFILES = \
-	tp-test-contactlist.gir \
-	tp-test-contactlist.vapi \
+	$(introspection_files) \
 	$(NULL)
 
 DISTCLEANFILES = \



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