From 71b87c57cd8008ee013a33c16508d7a4a07154b3 Mon Sep 17 00:00:00 2001 From: Scott James Remnant Date: Sun, 21 Mar 2004 16:06:55 +0000 Subject: [PATCH] * libltdl/Makefile.am (libltdl_la_LDFLAGS): Increment CURRENT and AGE of libltdl, warranted by the addition of lt_dlhandle_find() since 1.5.2. --- ChangeLog | 6 ++++++ libltdl/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.47.2