]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/Makefile.am
Continuing work on ssg-ifying the sky dome.
[flightgear.git] / src / WeatherCM / Makefile.am
index c3c801ac38d11744c1c1a394141f31f5e51ec955..b5a0b5048a05dbb39561db5ef7964332b03259c9 100644 (file)
@@ -1,11 +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 \
-       FGGlobalWeatherDatabase.cpp FGGlobalWeatherDatabase.h \
        FGLocalWeatherDatabase.cpp FGLocalWeatherDatabase.h \
-       FGMicroWeather.cpp FGMicroWeather.h \
        FGPhysicalProperties.cpp FGPhysicalProperties.h \
        FGPhysicalProperty.cpp FGPhysicalProperty.h \
        FGSnowRain.h \
@@ -13,10 +13,9 @@ libWeatherCM_a_SOURCES = \
        FGThunderstorm.cpp FGThunderstorm.h \
        FGTurbulenceItem.cpp FGTurbulenceItem.h \
        FGVaporPressureItem.cpp FGVaporPressureItem.h \
-       FGVoronoi.cpp FGVoronoi.h \
        FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
        FGWeatherParse.cpp FGWeatherParse.h \
        FGWeatherVectorWrap.h \
        FGWindItem.cpp FGWindItem.h
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/src