]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Added a property output feature to ControlMap that allows arbitrary binding
[flightgear.git] / src / Airports / Makefile.am
index e3a205af9eed47cddaa972a4c560fcc6a6cb316f..33effd4cfaa4cb5a41113603c4a2538c0aa713b8 100644 (file)
@@ -1,13 +1,19 @@
 noinst_LIBRARIES = libAirports.a
 
-noinst_PROGRAMS = buildsimple
+noinst_PROGRAMS = gensimple genrunways
 
 libAirports_a_SOURCES = \
-       genapt.cxx genapt.hxx \
+       runways.cxx runways.hxx \
        simple.cxx simple.hxx
 
-buildsimple_SOURCES = buildsimple.cxx
+gensimple_SOURCES = gensimple.cxx
+gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
 
-buildsimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lgdbm -lz
+genrunways_SOURCES = genrunways.cxx
+genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+if OLD_AUTOMAKE
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif