]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
testair.cxx is a 21 lines long, obsolete test application. After removing
[flightgear.git] / src / Airports / Makefile.am
index a87d26c49d2f9752a15cb541361bf924488eef15..e78463b4ba2b498328763422dc47044b0d7f1a53 100644 (file)
@@ -12,10 +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
+       
 calc_loc_SOURCES = calc_loc.cxx
-calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lsgstructure -lz $(base_LIBS)
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src