summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-11-26 01:50:36 +0000
committerColin Walters <walters@src.gnome.org>2008-11-26 01:50:36 +0000
commit34a95322d74db8e41f84fc0535f0a3786e7644a4 (patch)
treeb5a27d60a68307ec6187203e909c7f23be147185
parentf67e147e026f48b931d808656df81ba382635d2b (diff)
downloadgobject-introspection-34a95322d74db8e41f84fc0535f0a3786e7644a4.tar.gz
Remove hand-rolled generation of .tgir
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
-rw-r--r--ChangeLog6
-rw-r--r--tests/scanner/Makefile.am6
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b59d8ad..fd9c841c 100644
--- 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:
diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am
index df6f10c0..c2890f38 100644
--- a/tests/scanner/Makefile.am
+++ b/tests/scanner/Makefile.am
@@ -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