]> 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 2ce185263cebd0450952ddbc6ad71bdd0f3f0030..33effd4cfaa4cb5a41113603c4a2538c0aa713b8 100644 (file)
@@ -12,4 +12,8 @@ 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