]> 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 a2dcee18676a01c160a6bb23ed0d8b5af552088d..a88b0c273ea7af2ff24497e0fa82e2a25fbc8fe9 100644 (file)
@@ -5,6 +5,7 @@ libWeatherCM_a_SOURCES = \
        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 \
@@ -14,6 +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
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src