X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObjects%2FMakefile.am;h=079d6772d0183d3ebed1f3013571aa1f95ebe65e;hb=b4a9d7621597c9eef97f8ec84d246d5585b4b7ea;hp=37e8db67e9895f71bb46103e32872bb65e38f1e8;hpb=39ae3864defa9be90667638efa000bc0ac2fbdfb;p=flightgear.git diff --git a/src/Objects/Makefile.am b/src/Objects/Makefile.am index 37e8db67e..079d6772d 100644 --- a/src/Objects/Makefile.am +++ b/src/Objects/Makefile.am @@ -1,9 +1,14 @@ noinst_LIBRARIES = libObjects.a libObjects_a_SOURCES = \ + apt_signs.cxx apt_signs.hxx \ newmat.cxx newmat.hxx \ matlib.cxx matlib.hxx \ obj.cxx obj.hxx \ texload.c texload.h colours.h -INCLUDES += -I$(top_builddir) -I$(top_builddir)/src +if OLD_AUTOMAKE +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif