]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am (libltdlc_la_LIBADD): Don't use
authorGary V. Vaughan <gary@gnu.org>
Sun, 3 Oct 2004 17:12:53 +0000 (17:12 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 3 Oct 2004 17:12:53 +0000 (17:12 +0000)
libdlloader_la_OBJECTS, an undocumented Automake internal
variable...
(libltdlc_la_SOURCES): ...use libdlloader_la_SOURCES here
instead.
Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>

ChangeLog
libltdl/Makefile.am

index 6710b7a7d511c8eed72bf2f96f78e11bd2ce7763..cfb03fc38abcbc2290e9b00a5e8af804b70ddb8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2004-10-03  Gary V. Vaughan  <gary@gnu.org>
 
+       * libltdl/Makefile.am (libltdlc_la_LIBADD): Don't use
+       libdlloader_la_OBJECTS, an undocumented Automake internal
+       variable...
+       (libltdlc_la_SOURCES): ...use libdlloader_la_SOURCES here
+       instead.
+       Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+
        * libltdl/argz_.h: Forgot to spell lt_system.h with just one `_'.
 
        * libltdl/argz_.h: Forgot to include lt__system.h for LT_SCOPE
index c7303880f6ac23c5417ca65cd1f919cbd9747409..53d1cc8734e0e2b588df1f31f4fb5a2585ff8228 100644 (file)
@@ -60,10 +60,10 @@ libltdl_la_CPPFLAGS = -DLTDLOPEN=libltdl $(AM_CPPFLAGS)
 libltdl_la_LDFLAGS     =  $(VERSION_INFO) $(LT_DLPREOPEN)
 libltdl_la_LIBADD      = libdlloader.la
 
-libltdlc_la_SOURCES    = $(libltdl_la_SOURCES)
+libltdlc_la_SOURCES    = $(libltdl_la_SOURCES) $(libdlloader_la_SOURCES)
 libltdlc_la_CPPFLAGS   = -DLTDLOPEN=libltdlc $(AM_CPPFLAGS)
 libltdlc_la_LDFLAGS    = -weak libdlloader.la $(LT_DLPREOPEN)
-libltdlc_la_LIBADD     =  $(libdlloader_la_OBJECTS) $(libdlloader_la_LIBADD)
+libltdlc_la_LIBADD     = $(libdlloader_la_LIBADD)
 
 ## These are installed as a subdirectory of pkgdatadir so that
 ## libtoolize --ltdl can find them later: