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