]> 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 63eecbb3307a2ceddf5b6b2b6c6835794e0f12ef..c7ed3669bee4eae695c557fdcd61080b458d4333 100644 (file)
@@ -1,7 +1,12 @@
 noinst_LIBRARIES = libAirports.a
 
+noinst_PROGRAMS = calc_loc
+
 libAirports_a_SOURCES = \
-       genapt.cxx genapt.hxx \
+       runways.cxx runways.hxx \
        simple.cxx simple.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+calc_loc_SOURCES = calc_loc.cxx
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
+
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src