]> 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 63eecbb3307a2ceddf5b6b2b6c6835794e0f12ef..33effd4cfaa4cb5a41113603c4a2538c0aa713b8 100644 (file)
@@ -1,7 +1,19 @@
 noinst_LIBRARIES = libAirports.a
 
+noinst_PROGRAMS = gensimple genrunways
+
 libAirports_a_SOURCES = \
-       genapt.cxx genapt.hxx \
+       runways.cxx runways.hxx \
        simple.cxx simple.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+gensimple_SOURCES = gensimple.cxx
+gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
+
+genrunways_SOURCES = genrunways.cxx
+genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
+
+if OLD_AUTOMAKE
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif