]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/Makefile.am
Moved JSBSim.hxx to src/FDM/JSBSim/
[flightgear.git] / src / WeatherCM / Makefile.am
index a2dcee18676a01c160a6bb23ed0d8b5af552088d..036aca2e1e3613affc071bddad7c0f15346c3e28 100644 (file)
@@ -1,5 +1,7 @@
 noinst_LIBRARIES = libWeatherCM.a
 
+EXTRA_DIST = linintp2.h linintp2.inl sphrintp.h sphrintp.inl
+
 libWeatherCM_a_SOURCES = \
        FGAirPressureItem.cpp FGAirPressureItem.h \
        FGCloud.h FGCloudItem.cpp FGCloudItem.h \
@@ -16,4 +18,8 @@ libWeatherCM_a_SOURCES = \
        FGWeatherVectorWrap.h \
        FGWindItem.cpp FGWindItem.h
 
-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