]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/Makefile.am
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / Environment / Makefile.am
index 7b01218f62fda664a2d127779592f9f64fe2ecb0..a39d0ec3cbe2f779934cb6b7089e6a42884460a5 100644 (file)
@@ -4,11 +4,14 @@
 
 noinst_LIBRARIES = libEnvironment.a
 
-libEnvironment_a_SOURCES = environment.cxx environment.hxx \
-       environment_mgr.cxx environment_mgr.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
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif