]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/Makefile.am
A bunch of reorg and clean up of the KR 87 (adf) code including some
[flightgear.git] / src / Input / Makefile.am
index 1c5a25cdb15cc1f0cefd7a561815879efeb28082..b9b50334ea23b1cf073fdebb8487d82c38cd0f20 100644 (file)
@@ -12,4 +12,8 @@ fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
 
 fgjs_LDADD = $(audio_LIBS)
 
+if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif