X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWeather%2FMakefile.am;h=59b3402c29bf93e076253fcd51e74f4534b2525c;hb=e75f6a8f0100f847cbe1bb8fc83a0c466dbe44f5;hp=cb4ba062035ee9b344dbb7f6e71d242b95836042;hpb=485230b443de22c97d5c4ddfda98598fb52ce98a;p=flightgear.git diff --git a/src/Weather/Makefile.am b/src/Weather/Makefile.am index cb4ba0620..59b3402c2 100644 --- a/src/Weather/Makefile.am +++ b/src/Weather/Makefile.am @@ -6,4 +6,8 @@ noinst_LIBRARIES = libWeather.a libWeather_a_SOURCES = weather.cxx weather.hxx -INCLUDES += -I$(top_builddir) -I$(top_builddir)/src +if OLD_AUTOMAKE +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif