From: Scott James Remnant Date: Sun, 21 Mar 2004 16:06:55 +0000 (+0000) Subject: * libltdl/Makefile.am (libltdl_la_LDFLAGS): Increment CURRENT X-Git-Tag: release-1-9b~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b87c57cd8008ee013a33c16508d7a4a07154b3;p=thirdparty%2Flibtool.git * libltdl/Makefile.am (libltdl_la_LDFLAGS): Increment CURRENT and AGE of libltdl, warranted by the addition of lt_dlhandle_find() since 1.5.2. --- diff --git a/ChangeLog b/ChangeLog index 1a54dd14c..caf48dea5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-21 Scott James Remnant + + * libltdl/Makefile.am (libltdl_la_LDFLAGS): Increment CURRENT + and AGE of libltdl, warranted by the addition of lt_dlhandle_find() + since 1.5.2. + 2004-03-21 Scott James Remnant Further sweeping changes to the user interface to libtool from diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index fa4ef7ae7..9c36a010a 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -38,7 +38,7 @@ endif CLEANFILES = libltdl.la libltdlc.la libltdl_la_SOURCES = ltdl.c ltdl.h -libltdl_la_LDFLAGS = -no-undefined -version-info 4:0:1 +libltdl_la_LDFLAGS = -no-undefined -version-info 5:0:2 libltdl_la_LIBADD = $(LIBADD_DL) libltdlc_la_SOURCES = ltdl.c ltdl.h