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

@ -1,3 +1,15 @@
2011-03-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
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.
2011-03-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Setup build system for a new dve2 interface.