.gir file depends on libtool library.
authorColin Walters <walters@verbum.org>
Sat, 9 Aug 2008 00:16:59 +0000 (00:16 +0000)
committerColin Walters <walters@src.gnome.org>
Sat, 9 Aug 2008 00:16:59 +0000 (00:16 +0000)
2008-08-08  Colin Walters  <walters@verbum.org>

* tests/invoke/Makefile.am: .gir file depends on libtool
library.

svn path=/trunk/; revision=332

ChangeLog
tests/invoke/Makefile.am

index a2b665f..aac9917 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-08-08  Colin Walters  <walters@verbum.org>
 
+       * tests/invoke/Makefile.am: .gir file depends on libtool
+       library.
+
+2008-08-08  Colin Walters  <walters@verbum.org>
+
        * tools/girnode.c: Pass through parent node so we can
        print the node whose child is NULL, if that occurs.
 
index fa83d7b..653ccc2 100644 (file)
@@ -19,7 +19,7 @@ CLEANFILES = testfns-metadata.c test.repo
 testfns-metadata.c: testfns.gir $(top_builddir)/tools/g-ir-compiler
        $(CHECK_DEBUG) $(top_builddir)/tools/g-ir-compiler $(srcdir)/testfns.gir -o testfns-metadata.c
 
-test.repo: testfns.gir
+test.repo: testfns.gir testfns.la
        $(CHECK_DEBUG) $(top_builddir)/tools/g-ir-compiler --shared-library testfns.la $< --raw -o $@
 
 invoke_SOURCES = invoke.c