X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FEnvironment%2FMakefile.am;h=a39d0ec3cbe2f779934cb6b7089e6a42884460a5;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=9efb9d7bdc9f60716cfce643c82c37f9749400e2;hpb=4f00d9a95928b179c5c8b2c3c6786a1c71e88531;p=flightgear.git diff --git a/src/Environment/Makefile.am b/src/Environment/Makefile.am index 9efb9d7bd..a39d0ec3c 100644 --- a/src/Environment/Makefile.am +++ b/src/Environment/Makefile.am @@ -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