Setup libltdl in ltdl/, so we can use it in the dve2 interface.

Don't keep it under version control since it is installed by
autoreconf.

* configure.ac: Call LT_CONFIG_LTDL_DIR and LTDL_INIT.
* README: Mention ltdl/.
* Makefile.am: Recurse into ldtl.
* iface/dve2/Makefile.am: Link with it.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-05 11:52:55 +01:00
parent 3427f3bf0e
commit 155d76f4fb
7 changed files with 25 additions and 3 deletions

View file

@ -51,7 +51,9 @@ AX_CHECK_BOOST([1.34], [103400])
AC_CHECK_FUNCS([srand48 drand48])
LT_CONFIG_LTDL_DIR([ltdl])
LT_INIT([win32-dll])
LTDL_INIT([subproject convenience])
spot_INTEL
if test x$enable_warnings = xyes; then