]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / src / Airports / Makefile.am
index 6ececcd0fa43b9de56a897f7740e36ef26ad65f1..7a92691f96ffa8548708a105a369e1ba91751eee 100644 (file)
@@ -1,12 +1,13 @@
 noinst_LIBRARIES = libAirports.a
 
-noinst_PROGRAMS = buildsimple
+noinst_PROGRAMS = calc_loc
 
 libAirports_a_SOURCES = \
+       apt_loader.cxx apt_loader.hxx \
+       runways.cxx runways.hxx \
        simple.cxx simple.hxx
 
-buildsimple_SOURCES = buildsimple.cxx
+calc_loc_SOURCES = calc_loc.cxx
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
 
-buildsimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
-
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src