]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/Makefile.am
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / WeatherCM / Makefile.am
index 2ac495940987975b696ddb240b9c598d50b5248d..a88b0c273ea7af2ff24497e0fa82e2a25fbc8fe9 100644 (file)
@@ -1,7 +1,5 @@
 noinst_LIBRARIES = libWeatherCM.a
 
-EXTRA_DIST = linintp2.inl sphrintp.inl
-
 libWeatherCM_a_SOURCES = \
        FGAirPressureItem.cpp FGAirPressureItem.h \
        FGCloud.h FGCloudItem.cpp FGCloudItem.h \
@@ -19,10 +17,6 @@ libWeatherCM_a_SOURCES = \
        FGWeatherVectorWrap.h \
        FGWindItem.cpp FGWindItem.h \
         linintp2.cpp linintp2.h \
-        sphrintp.cpp sphrint.h
+        sphrintp.cpp sphrintp.h
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif