]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Fix for refueling and radar calculations.
[flightgear.git] / src / Airports / Makefile.am
index 7a92691f96ffa8548708a105a369e1ba91751eee..1c6748146d25b6974c984a73c115e0800ee056af 100644 (file)
@@ -5,7 +5,12 @@ noinst_PROGRAMS = calc_loc
 libAirports_a_SOURCES = \
        apt_loader.cxx apt_loader.hxx \
        runways.cxx runways.hxx \
-       simple.cxx simple.hxx
+       simple.cxx simple.hxx \
+       runwayprefs.cxx runwayprefs.hxx \
+       parking.cxx parking.hxx \
+       groundnetwork.cxx groundnetwork.hxx \
+       dynamics.cxx dynamics.hxx \
+       trafficcontrol.hxx trafficcontrol.cxx
 
 calc_loc_SOURCES = calc_loc.cxx
 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)