From: Ralf Wildenhues Date: Thu, 10 Mar 2005 13:49:58 +0000 (+0000) Subject: * libltdl/Makefile.am: $(builddir) is not defined, replace by `.'. X-Git-Tag: release-2-1b~732 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba2945ae211925c2a8f84cfd9c64943bda6b1d3f;p=thirdparty%2Flibtool.git * libltdl/Makefile.am: $(builddir) is not defined, replace by `.'. --- diff --git a/ChangeLog b/ChangeLog index 6e7fa372a..d1dbe3a21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-10 Ralf Wildenhues + + * libltdl/Makefile.am: $(builddir) is not defined, replace by `.'. + 2005-03-08 Albert Chin-A-Young * m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index fc4734a27..52201ac4a 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -28,7 +28,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 DEFS = -DHAVE_CONFIG_H="<$(CONFIG_H)>" -DLTDL -AM_CPPFLAGS = -I$(builddir) -I$(srcdir) -I$(srcdir)/libltdl +AM_CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/libltdl AM_LDFLAGS = -no-undefined VERSION_INFO = -version-info 6:0:0