- put INCLTDL and LIBLTDL substitution variables into the Makefile
- this requires a correct setting for top_srcdir
This commit is contained in:
parent
35142c0ef3
commit
a5a05201d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user