]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Fix line endings
[flightgear.git] / src / Airports / Makefile.am
index c7ed3669bee4eae695c557fdcd61080b458d4333..bb9e960f7a685fdf53ff26e1818d8d1455450fb5 100644 (file)
@@ -3,8 +3,13 @@ noinst_LIBRARIES = libAirports.a
 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
 
 calc_loc_SOURCES = calc_loc.cxx
 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)