]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/Makefile.am
Update from JSBSim
[flightgear.git] / src / WeatherCM / Makefile.am
index b5a0b5048a05dbb39561db5ef7964332b03259c9..036aca2e1e3613affc071bddad7c0f15346c3e28 100644 (file)
@@ -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