]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* mdemo/Makefile,am (foo1_la_LIBADD): Add libsub.la, since foo1
authorGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 02:35:56 +0000 (02:35 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 02:35:56 +0000 (02:35 +0000)
does use symbols from libsub.la -- only platforms that allow
undefined symbols in libraries were able to cope with this
previously.
Reported by Robert Collins <robert.collins@itdomain.com.au>

ChangeLog
mdemo/Makefile.am

index 9c8522664dcee2534b4df8266d32d3a38ddb2f42..4fc0278aa90f3e08c2c9a07e7d57e9a12043264b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2001-06-29  Gary V. Vaughan  <gary@gnu.org>
 
+       * mdemo/Makefile,am (foo1_la_LIBADD): Add libsub.la, since foo1
+       does use symbols from libsub.la -- only platforms that allow
+       undefined symbols in libraries were able to cope with this
+       previously.
+       Reported by Robert Collins <robert.collins@itdomain.com.au>
+
        From "Golubev I. N." <gin@mo.msk.ru>
        * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [sco3.2v5*]: Needs
        -wl,-Bexport to make self dlopen work.
index 35c02d4d6c91eab43d6d740596d8376b3c7863d1..e89982ba18a5059b0722d69daaf4e66fe683fdb1 100644 (file)
@@ -9,7 +9,7 @@ EXTRA_DIST = acinclude.m4
 lib_LTLIBRARIES = libsub.la foo1.la libfoo2.la
 
 foo1_la_SOURCES = foo1.c
-foo1_la_LIBADD = $(LIBM)
+foo1_la_LIBADD = $(LIBM) libsub.la
 foo1_la_LDFLAGS = -module -avoid-version
 
 libfoo2_la_SOURCES = foo2.c