]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/Makefile.am
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / WeatherCM / Makefile.am
index 036aca2e1e3613affc071bddad7c0f15346c3e28..a88b0c273ea7af2ff24497e0fa82e2a25fbc8fe9 100644 (file)
@@ -1,12 +1,11 @@
 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 \
        FGLocalWeatherDatabase.cpp FGLocalWeatherDatabase.h \
        FGPhysicalProperties.cpp FGPhysicalProperties.h \
+       FGPhysicalProperties_bind.cpp \
        FGPhysicalProperty.cpp FGPhysicalProperty.h \
        FGSnowRain.h \
        FGTemperatureItem.cpp FGTemperatureItem.h \
@@ -16,10 +15,8 @@ libWeatherCM_a_SOURCES = \
        FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
        FGWeatherParse.cpp FGWeatherParse.h \
        FGWeatherVectorWrap.h \
-       FGWindItem.cpp FGWindItem.h
+       FGWindItem.cpp FGWindItem.h \
+        linintp2.cpp linintp2.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