* tests/tagdemo/Makefile.am: Link to all libraries that the demo application uses.
diff --git a/ChangeLog b/ChangeLog index bc7c2af..e93a82d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-02 Kurt Roeckx <k...@roeckx.be> + + * tests/tagdemo/Makefile.am: Link to all libraries that the + demo application uses. + 2011-03-22 Justin Lecher <j...@gentoo.org> (tiny change) Rhys Ulerich <rhys.uler...@gmail.com> (tiny change) diff --git a/tests/tagdemo/Makefile.am b/tests/tagdemo/Makefile.am index e945c25..4a005fe 100644 --- a/tests/tagdemo/Makefile.am +++ b/tests/tagdemo/Makefile.am @@ -47,7 +47,7 @@ noinst_HEADERS = foo.h baz.h conv.h bin_PROGRAMS = tagdemo tagdemo_SOURCES = main.cpp -tagdemo_LDADD = libbaz.la +tagdemo_LDADD = libbaz.la libfoo.la libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck -- 1.7.2.3 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org