gobject-introspection r348 - in trunk: . tests/scanner
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r348 - in trunk: . tests/scanner
- Date: Tue, 12 Aug 2008 17:14:00 +0000 (UTC)
Author: walters
Date: Tue Aug 12 17:13:59 2008
New Revision: 348
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=348&view=rev
Log:
2008-08-12 Colin Walters <walters verbum org>
* tests/scanner/Makefile.am: Dep .gir files on scanner
sources too. Also remove @ so we see scanner invocations.
Modified:
trunk/ChangeLog
trunk/tests/scanner/Makefile.am
Modified: trunk/tests/scanner/Makefile.am
==============================================================================
--- trunk/tests/scanner/Makefile.am (original)
+++ trunk/tests/scanner/Makefile.am Tue Aug 12 17:13:59 2008
@@ -18,9 +18,10 @@
EXTRA_DIST = utility-expected.gir Foo-expected.gir
SCANNER = $(top_srcdir)/tools/g-ir-scanner
+SCANNER_LIBS = $(top_srcdir)/giscanner/*.py $(top_builddir)/giscanner/libgiscanner.la
-utility.gir: libutility.la utility.h $(SCANNER)
- @$(CHECK_DEBUG) $(SCANNER) -v \
+utility.gir: libutility.la utility.h $(SCANNER) $(SCANNER_LIBS)
+ $(CHECK_DEBUG) $(SCANNER) -v \
--include=$(top_srcdir)/gir/gobject-2.0.gir \
--library=libutility.la \
--namespace=utility \
@@ -28,8 +29,8 @@
$(libutility_la_SOURCES) \
--output $@
-Foo.gir: libfoo.la foo-object.h $(SCANNER)
- @$(CHECK_DEBUG) $(SCANNER) -v \
+Foo.gir: libfoo.la foo-object.h $(SCANNER) $(SCANNER_LIBS)
+ $(CHECK_DEBUG) $(SCANNER) -v \
--include=$(top_srcdir)/gir/gobject-2.0.gir \
--include=$(top_builddir)/tests/scanner/utility.gir \
--library=libfoo.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]