X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWeatherCM%2FMakefile.am;h=036aca2e1e3613affc071bddad7c0f15346c3e28;hb=21931e320cc518f69c0b127500a6cc8f2fd02e01;hp=b5a0b5048a05dbb39561db5ef7964332b03259c9;hpb=b23d8f993844d243a2ba70557bbacc0b03a2df13;p=flightgear.git diff --git a/src/WeatherCM/Makefile.am b/src/WeatherCM/Makefile.am index b5a0b5048..036aca2e1 100644 --- a/src/WeatherCM/Makefile.am +++ b/src/WeatherCM/Makefile.am @@ -18,4 +18,8 @@ libWeatherCM_a_SOURCES = \ FGWeatherVectorWrap.h \ FGWindItem.cpp FGWindItem.h -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