* Makefile.am (INCLUDES): Use @LTDLINC@ instead of
authorMarius Vollmer <mvo@zagadka.de>
Fri, 22 Oct 2004 13:01:59 +0000 (13:01 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 22 Oct 2004 13:01:59 +0000 (13:01 +0000)
commita8255dca087b3ea05dbd95e0b0ddd85c1d94641d
tree581e2e53ca2834b9fdc47f104f521240359b8675
parentc62a2bb99f84fa019fc5b0c5d8ee84ad029b1d42
* Makefile.am (INCLUDES): Use @LTDLINC@ instead of
"-I$(top_srcdir)/libguile-ltdl".
(libguile_la_LIBADD): Use @LIBLTDL@ instead of
"../libguile-ltdl/libguile-ltdl.a".

* guile.c, dynl.c: Switched to using libltdl directly.  Replaced
all references to scm_lt_* with just lt_*.  Include <ltdl.h>
instead of <libguile-ltdl.h>.
libguile/Makefile.am
libguile/dynl.c
libguile/guile.c