]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tagdemo: do not rely on picking up symbols from indirect deps.
authorKurt Roeckx <kurt@roeckx.be>
Sun, 10 Apr 2011 08:22:43 +0000 (10:22 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 10 Apr 2011 08:23:55 +0000 (10:23 +0200)
* tests/tagdemo/Makefile.am: Link to all libraries that the
demo application uses.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/tagdemo/Makefile.am

index ff936aed8031b2febcadcececf5293a2111ed552..dcfab26f72de7a2f11bad9671f139a9b26d1a517 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-10  Kurt Roeckx  <kurt@roeckx.be>
+
+       tagdemo: do not rely on picking up symbols from indirect deps.
+       * tests/tagdemo/Makefile.am: Link to all libraries that the
+       demo application uses.
+
 2011-04-10  Svante Signell  <srs@kth.se>  (tiny change)
 
        Set shlibpath_overrides_runpath for the Hurd.
index e945c254580351b36f2520550366e0c18523a9a9..295e7b61e4511fe0e941b4c88c9fbb897da5c6a8 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 ##
-##   Copyright (C) 2003, 2004, 2005 Free Software Foundation
+##   Copyright (C) 2003, 2004, 2005, 2011 Free Software Foundation
 ##   Written by Gary V. Vaughan, 2003
 ##
 ##   This file is part of GNU Libtool.
@@ -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