Remove hand-rolled generation of .tgir
authorColin Walters <walters@src.gnome.org>
Wed, 26 Nov 2008 01:50:36 +0000 (01:50 +0000)
committerColin Walters <walters@src.gnome.org>
Wed, 26 Nov 2008 01:50:36 +0000 (01:50 +0000)
It's easier to just use a Makefile rule and dependencies.
This corresponds with a change made to gir-repository to fix
srcdir != builddir issues.

svn path=/trunk/; revision=976

ChangeLog
tests/scanner/Makefile.am

index 9b59d8a..fd9c841 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-25  Colin Walters  <walters@verbum.org>
+
+       * tests/scanner/Makefile.am: Remove hand-rolled generation of .tgir; easier
+       to just use a Makefile rule and dependencies.  This corresponds with a change
+       made to gir-repository to fix srcdir != builddir issues.
+
 2008-11-25  Johan Dahlin  <jdahlin@async.com.br>
 
        * configure.ac:
index df6f10c..c2890f3 100644 (file)
@@ -153,10 +153,6 @@ post-check:
 
 check-local: pre-check
 check-local: $(CHECKGIRS) $(CHECKTGIRS) $(TYPELIBS)
-       @for x in $(TYPELIBS); do \
-        echo 1>&2 "$(DEBUG) $(top_builddir)/tools/g-ir-generate --includedir=. --includedir=$(top_builddir)/gir $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml;"; \
-        $(DEBUG) $(top_builddir)/tools/g-ir-generate --includedir=. --includedir=$(top_builddir)/gir $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml; \
-       done
-CLEANFILES += $(TYPELIBS:.typelib=.typelib.xml)
+CLEANFILES += $(TGIRS)
 
 check-local: post-check