]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / Airports / Makefile.am
index 1c6748146d25b6974c984a73c115e0800ee056af..fa982678f39bd01a51e1ae660a288396b8b72995 100644 (file)
@@ -8,11 +8,17 @@ libAirports_a_SOURCES = \
        simple.cxx simple.hxx \
        runwayprefs.cxx runwayprefs.hxx \
        parking.cxx parking.hxx \
+       gnnode.cxx gnnode.hxx \
        groundnetwork.cxx groundnetwork.hxx \
        dynamics.cxx dynamics.hxx \
-       trafficcontrol.hxx trafficcontrol.cxx
-
+       dynamicloader.cxx dynamicloader.hxx \
+       sidstar.cxx sidstar.hxx \
+       runwayprefloader.cxx runwayprefloader.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 -lz $(base_LIBS)
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lsgstructure -lz $(base_LIBS)
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src