- put INCLTDL and LIBLTDL substitution variables into the Makefile

- this requires a correct setting for top_srcdir
This commit is contained in:
Bryce Denney 2002-10-12 12:29:35 +00:00
parent 35142c0ef3
commit a5a05201d8

View File

@ -1,11 +1,12 @@
top_builddir = ..
top_srcdir = @srcdir@/..
srcdir = @srcdir@
VPATH = @srcdir@
CXX=@CXX@
CXXFLAGS=@CXXFLAGS@
CXXFLAGS=@CXXFLAGS@ @INCLTDL@
LDFLAGS=@LDFLAGS@ @LT_LDFLAGS@
LIBS=@LIBS@
LIBS=@LIBS@ @LIBLTDL@
LIBTOOL=@LIBTOOL@
RPATH=`pwd`/lib