]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
This should apply, and everything should build cleanly, in isolation from the
[flightgear.git] / src / Airports / Makefile.am
index 9fcdb33e4a8fc2b114552a82059b6a435b8b1be5..a87d26c49d2f9752a15cb541361bf924488eef15 100644 (file)
@@ -1,15 +1,21 @@
 noinst_LIBRARIES = libAirports.a
 
-noinst_PROGRAMS = gensimple genrunways
+noinst_PROGRAMS = calc_loc
 
 libAirports_a_SOURCES = \
+       apt_loader.cxx apt_loader.hxx \
        runways.cxx runways.hxx \
-       simple.cxx simple.hxx
+       simple.cxx simple.hxx \
+       runwayprefs.cxx runwayprefs.hxx \
+       parking.cxx parking.hxx \
+       gnnode.cxx gnnode.hxx \
+       groundnetwork.cxx groundnetwork.hxx \
+       dynamics.cxx dynamics.hxx \
+       dynamicloader.cxx dynamicloader.hxx \
+       runwayprefloader.cxx runwayprefloader.hxx \
+       xmlloader.cxx xmlloader.hxx 
 
-gensimple_SOURCES = gensimple.cxx
-gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
+calc_loc_SOURCES = calc_loc.cxx
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
 
-genrunways_SOURCES = genrunways.cxx
-genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
-
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src