mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* 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:
parent
0550115589
commit
71b87c57cd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user