X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2FMakefile.am;h=f21c5cc669b8dfb06822050c24bd9015feac0fc4;hb=f6e80608797fa9ab9d44444eb7b031e412b83067;hp=1e216706f4f8274fc177ba23e1982bda754fc5ed;hpb=396674ce2e7653b9a3446732170d85772ed37a0f;p=flightgear.git diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 1e216706f..f21c5cc66 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -4,10 +4,10 @@ else SERIAL_LIBS = endif -if ENABLE_NEW_ENVIRONMENT -WEATHER_LIBS = $(top_builddir)/src/Environment/libEnvironment.a -else +if ENABLE_WEATHERCM WEATHER_LIBS = $(top_builddir)/src/WeatherCM/libWeatherCM.a +else +WEATHER_LIBS = $(top_builddir)/src/Environment/libEnvironment.a endif if ENABLE_NETWORK_OLK @@ -51,7 +51,8 @@ fgfs_SOURCES = \ options.cxx options.hxx \ splash.cxx splash.hxx \ viewer.cxx viewer.hxx \ - viewmgr.cxx viewmgr.hxx + viewmgr.cxx viewmgr.hxx \ + location.cxx location.hxx fgfs_LDADD = \ $(top_builddir)/src/Aircraft/libAircraft.a \ @@ -95,3 +96,4 @@ else INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src endif +