* 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  <[email protected]>
+
+       * tests/tagdemo/Makefile.am: Link to all libraries that the
+       demo application uses.
+
 2011-03-22  Justin Lecher  <[email protected]>  (tiny change)
            Rhys Ulerich  <[email protected]>  (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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to