]> git.ipfire.org Git - thirdparty/libtool.git/commit
* NEWS: -module and libtldl
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 18 Nov 1998 07:29:36 +0000 (07:29 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 18 Nov 1998 07:29:36 +0000 (07:29 +0000)
commite76ee47bceeeb68440f850085d016929ef84c0d2
treed12e8e703991921a2c4fcb34810310aa11cf37e3
parentf862078a8973918fac766fffe41e02ed1a80ec3e
* NEWS: -module and libtldl
* mdemo/Makefile.am: ../libltdl is within $(srcdir)

* libltdl, Makefile.am: added libltdl (a system independent
dlopen wrapper library extracted from mdemo)
* ltmain.in: added -module flag for compiling and linking of
modules. If enabled it compiles always both .o (with -DLT_RENAME)
and .lo files
* mdemo: modified mdemo to work with libltdl
* tests/ltdl*: added tests for libltdl
25 files changed:
ChangeLog
Makefile.am
NEWS
libltdl/.cvsignore [new file with mode: 0644]
libltdl/Makefile.am [new file with mode: 0644]
libltdl/README [new file with mode: 0644]
libltdl/configure.in [new file with mode: 0644]
libltdl/ltdl.c [new file with mode: 0644]
libltdl/ltdl.h [moved from mdemo/ltdl.h with 95% similarity]
ltmain.in
mdemo/Makefile.am
mdemo/README
mdemo/configure.in
mdemo/foo.h
mdemo/foo1.c
mdemo/foo2.c
mdemo/ltdl.c [deleted file]
mdemo/ltdls.c [deleted file]
mdemo/main.c
tests/Makefile.am
tests/ltdl-conf.test [new file with mode: 0644]
tests/ltdl-inst.test [new file with mode: 0644]
tests/ltdl-make.test [new file with mode: 0644]
tests/ltdl-unst.test [new file with mode: 0644]
tests/mdemo-make.test