From: curt Date: Sat, 30 Oct 1999 04:27:21 +0000 (+0000) Subject: Trying to fix automake version problems. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f9044bc5de288d3f6b14a2766782f9121f05dfd9;p=flightgear.git Trying to fix automake version problems. --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 8863e588f..dec1571d3 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -11,8 +11,11 @@ WEATHER_LIBS = $(top_builddir)/Simulator/WeatherCM/libWeatherCM.a \ $(top_builddir)/Lib/Voronoi/libVoronoi.a endif - +if OLD_AUTOMAKE +CXXFLAGS += -DPKGLIBDIR=\"$(pkglibdir)\" +else AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" +endif EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in