]> 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 c6f939a17e18c45b6875ce917c9d3d0319ec72a7..b9b50334ea23b1cf073fdebb8487d82c38cd0f20 100644 (file)
@@ -8,8 +8,12 @@ js_demo_SOURCES = js_demo.cxx
 
 js_demo_LDADD = $(audio_LIBS)
 
-fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
+fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
 
-fgjs_LDADD = $(audio_LIBS)
+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