libtool/mdemo
1998-12-31 11:25:57 +00:00
..
.cvsignore
configure.in
foo1.c *** empty log message *** 1998-12-31 11:25:57 +00:00
foo2.c *** empty log message *** 1998-12-31 11:25:57 +00:00
foo.h *** empty log message *** 1998-12-31 11:25:57 +00:00
main.c *** empty log message *** 1998-12-31 11:25:57 +00:00
Makefile.am *** empty log message *** 1998-12-25 10:39:59 +00:00
README

This is mdemo, an example package that uses GNU libtool with an
Automake-generated environment to build two simple libraries and programs.

It demonstrates how to build both dynamic and static libraries
that can be dlopened. You'll need a wrapper (libltdl)
for your dlopen functions. We prefix all exported symbols with "libname_LTX_".
When dlopening these static libraries, we cut the prefix off to
get the real name.