]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Clean up naming of the 'point on runway' helpers, to get rid of the confusing
[flightgear.git] / src / Airports / Makefile.am
index 5cc6abe152199638f3510f7580d0b15679ec4429..71a49a139904ff5e376216367b1c1036a69baab9 100644 (file)
@@ -11,12 +11,12 @@ libAirports_a_SOURCES = \
        gnnode.cxx gnnode.hxx \
        groundnetwork.cxx groundnetwork.hxx \
        dynamics.cxx dynamics.hxx \
-       trafficcontrol.cxx trafficcontrol.hxx \
        dynamicloader.cxx dynamicloader.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