[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] tagdemo: Link to libfoo
From: |
Kurt Roeckx |
Subject: |
[PATCH] tagdemo: Link to libfoo |
Date: |
Sat, 2 Apr 2011 21:06:05 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
* 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 <address@hidden>
+
+ * tests/tagdemo/Makefile.am: Link to all libraries that the
+ demo application uses.
+
2011-03-22 Justin Lecher <address@hidden> (tiny change)
Rhys Ulerich <address@hidden> (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
- [PATCH] tagdemo: Link to libfoo,
Kurt Roeckx <=