X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FMakefile.am;h=b9b50334ea23b1cf073fdebb8487d82c38cd0f20;hb=2fec1506d3baeac09bcd0975899b14309318574f;hp=c6f939a17e18c45b6875ce917c9d3d0319ec72a7;hpb=02ce62548bbb53e6b2349abea7ffbf5aabcb1ccb;p=flightgear.git diff --git a/src/Input/Makefile.am b/src/Input/Makefile.am index c6f939a17..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 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