X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2FMakefile.am;h=fa982678f39bd01a51e1ae660a288396b8b72995;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=73e3398ff7e8a13e5c4f99aec304a4c679cd63db;hpb=0603aba9ae0d9deb23bd9c00a5a3768b37f317d8;p=flightgear.git diff --git a/src/Airports/Makefile.am b/src/Airports/Makefile.am index 73e3398ff..fa982678f 100644 --- a/src/Airports/Makefile.am +++ b/src/Airports/Makefile.am @@ -12,9 +12,12 @@ 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 - + xmlloader.cxx xmlloader.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)