]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/Makefile.am
Merge branch 'jmt/gps'
[flightgear.git] / src / Environment / Makefile.am
index 9efb9d7bdc9f60716cfce643c82c37f9749400e2..a39d0ec3cbe2f779934cb6b7089e6a42884460a5 100644 (file)
@@ -4,8 +4,14 @@
 
 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 \
+       fgwind.cxx fgwind.hxx \
+       atmosphere.cxx atmosphere.hxx \
+       precipitation_mgr.cxx precipitation_mgr.hxx \
+       ridge_lift.cxx ridge_lift.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src