From: Colin Walters Date: Sat, 9 Aug 2008 00:16:59 +0000 (+0000) Subject: .gir file depends on libtool library. X-Git-Tag: GOBJECT_INTROSPECTION_0_5_0~234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cf762d97a8eb6544e0dd5ea3741643e79e718c5;p=platform%2Fupstream%2Fgobject-introspection.git .gir file depends on libtool library. 2008-08-08 Colin Walters * tests/invoke/Makefile.am: .gir file depends on libtool library. svn path=/trunk/; revision=332 --- diff --git a/ChangeLog b/ChangeLog index a2b665f..aac9917 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-08-08 Colin Walters + * tests/invoke/Makefile.am: .gir file depends on libtool + library. + +2008-08-08 Colin Walters + * tools/girnode.c: Pass through parent node so we can print the node whose child is NULL, if that occurs. diff --git a/tests/invoke/Makefile.am b/tests/invoke/Makefile.am index fa83d7b..653ccc2 100644 --- a/tests/invoke/Makefile.am +++ b/tests/invoke/Makefile.am @@ -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