* libltdl/Makefile.am (libltdl_la_LDFLAGS): Increment CURRENT

and AGE of libltdl, warranted by the addition of lt_dlhandle_find()
since 1.5.2.
This commit is contained in:
Scott James Remnant 2004-03-21 16:06:55 +00:00
parent 0550115589
commit 71b87c57cd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-03-21 Scott James Remnant <scott@netsplit.com>
* 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 <scott@netsplit.com>
Further sweeping changes to the user interface to libtool from

View File

@ -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