+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.
## 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.
bin_PROGRAMS = tagdemo
tagdemo_SOURCES = main.cpp
-tagdemo_LDADD = libbaz.la
+tagdemo_LDADD = libbaz.la libfoo.la
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck