]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Add a *really* crude model of ITT, Oil Temp, and Oil Pressure. This
[flightgear.git] / src / Airports / Makefile.am
index 0b9517fba6ac673499e2a36fc03ba733c04bb6a1..c7ed3669bee4eae695c557fdcd61080b458d4333 100644 (file)
@@ -1,15 +1,12 @@
 noinst_LIBRARIES = libAirports.a
 
-noinst_PROGRAMS = genrunways calc_loc
+noinst_PROGRAMS = calc_loc
 
 libAirports_a_SOURCES = \
        runways.cxx runways.hxx \
        simple.cxx simple.hxx
 
-genrunways_SOURCES = genrunways.cxx
-genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
-
 calc_loc_SOURCES = calc_loc.cxx
-calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src