X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FMakefile.am;h=b9b50334ea23b1cf073fdebb8487d82c38cd0f20;hb=2fec1506d3baeac09bcd0975899b14309318574f;hp=a5b1a4524cde816695864d1b943fd29612f8a4bc;hpb=1aa5235f1764a26a4f134f3a46d4575f6e796b99;p=flightgear.git diff --git a/src/Input/Makefile.am b/src/Input/Makefile.am index a5b1a4524..b9b50334e 100644 --- a/src/Input/Makefile.am +++ b/src/Input/Makefile.am @@ -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