]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / Airports / Makefile.am
index bb9e960f7a685fdf53ff26e1818d8d1455450fb5..5cc6abe152199638f3510f7580d0b15679ec4429 100644 (file)
@@ -8,8 +8,13 @@ libAirports_a_SOURCES = \
        simple.cxx simple.hxx \
        runwayprefs.cxx runwayprefs.hxx \
        parking.cxx parking.hxx \
+       gnnode.cxx gnnode.hxx \
        groundnetwork.cxx groundnetwork.hxx \
-       dynamics.cxx dynamics.hxx
+       dynamics.cxx dynamics.hxx \
+       trafficcontrol.cxx trafficcontrol.hxx \
+       dynamicloader.cxx dynamicloader.hxx \
+       runwayprefloader.cxx runwayprefloader.hxx \
+       xmlloader.cxx xmlloader.hxx 
 
 calc_loc_SOURCES = calc_loc.cxx
 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)