]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Set the format default to float instead of int.
[flightgear.git] / src / Airports / Makefile.am
index 2ce185263cebd0450952ddbc6ad71bdd0f3f0030..c7ed3669bee4eae695c557fdcd61080b458d4333 100644 (file)
@@ -1,15 +1,12 @@
 noinst_LIBRARIES = libAirports.a
 
-noinst_PROGRAMS = gensimple genrunways
+noinst_PROGRAMS = calc_loc
 
 libAirports_a_SOURCES = \
        runways.cxx runways.hxx \
        simple.cxx simple.hxx
 
-gensimple_SOURCES = gensimple.cxx
-gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -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 -lsgxml -lmk4 -lz
-
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src