1999-01-10 14:44:06 +00:00
..
1998-12-21 17:30:48 +00:00
1999-01-09 09:51:44 +00:00
1999-01-09 09:51:44 +00:00
1999-01-09 09:51:44 +00:00
1999-01-06 21:04:20 +00:00
1999-01-09 20:05:55 +00:00
1999-01-10 14:44:06 +00:00
1998-12-18 22:23:51 +00:00

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.