]> 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 9fcdb33e4a8fc2b114552a82059b6a435b8b1be5..33effd4cfaa4cb5a41113603c4a2538c0aa713b8 100644 (file)
@@ -7,9 +7,13 @@ libAirports_a_SOURCES = \
        simple.cxx simple.hxx
 
 gensimple_SOURCES = gensimple.cxx
-gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
+gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
 
 genrunways_SOURCES = genrunways.cxx
-genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
+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