X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWeather%2FMakefile.am;h=59b3402c29bf93e076253fcd51e74f4534b2525c;hb=e75f6a8f0100f847cbe1bb8fc83a0c466dbe44f5;hp=4a5521e1bcf46e9f1c677ddf26b6b136bcb8c0b7;hpb=c90db01dc8d5462a3da22771ffa7c96f5ea31217;p=flightgear.git diff --git a/src/Weather/Makefile.am b/src/Weather/Makefile.am index 4a5521e1b..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)/Lib -I$(top_builddir)/Simulator +if OLD_AUTOMAKE +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif