]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/Makefile.am
Bugfix - untie property.
[flightgear.git] / src / Environment / Makefile.am
index 9efb9d7bdc9f60716cfce643c82c37f9749400e2..5e9bcc463140eee21c9848f8a1ac33ea38da05fd 100644 (file)
@@ -4,8 +4,18 @@
 
 noinst_LIBRARIES = libEnvironment.a
 
-libEnvironment_a_SOURCES = environment.cxx environment.hxx \
-                          environment_mgr.cxx environment_mgr.hxx \
-                           environment_ctrl.cxx environment_ctrl.hxx
+libEnvironment_a_SOURCES = \
+       environment.cxx environment.hxx \
+       environment_mgr.cxx environment_mgr.hxx \
+       environment_ctrl.cxx environment_ctrl.hxx \
+       fgmetar.cxx fgmetar.hxx fgclouds.cxx fgclouds.hxx \
+       realwx_ctrl.cxx realwx_ctrl.hxx \
+       metarproperties.cxx metarproperties.hxx \
+       metarairportfilter.cxx metarairportfilter.hxx \
+       atmosphere.cxx atmosphere.hxx \
+       precipitation_mgr.cxx precipitation_mgr.hxx \
+       ridge_lift.cxx ridge_lift.hxx \
+       ephemeris.cxx ephemeris.hxx \
+       terrainsampler.cxx terrainsampler.cxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src