Trying to fix automake version problems.
This commit is contained in:
parent
715062e85f
commit
f9044bc5de
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue