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