]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Update FGRunway to process information from threshold.xml files.
[flightgear.git] / src / Airports / Makefile.am
index 71a49a139904ff5e376216367b1c1036a69baab9..fa982678f39bd01a51e1ae660a288396b8b72995 100644 (file)
@@ -12,9 +12,11 @@ libAirports_a_SOURCES = \
        groundnetwork.cxx groundnetwork.hxx \
        dynamics.cxx dynamics.hxx \
        dynamicloader.cxx dynamicloader.hxx \
+       sidstar.cxx sidstar.hxx \
        runwayprefloader.cxx runwayprefloader.hxx \
        xmlloader.cxx xmlloader.hxx \
-       runwaybase.cxx runwaybase.hxx
+       runwaybase.cxx runwaybase.hxx \
+       pavement.cxx pavement.hxx
        
 calc_loc_SOURCES = calc_loc.cxx
 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lsgstructure -lz $(base_LIBS)