X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObjects%2FMakefile.am;h=079d6772d0183d3ebed1f3013571aa1f95ebe65e;hb=b4a9d7621597c9eef97f8ec84d246d5585b4b7ea;hp=57ccc7ae7dfc804f83193e6e285b031a8d49ab08;hpb=e891774a8c0fe7c9e36aa92b68a913b043852f9d;p=flightgear.git diff --git a/src/Objects/Makefile.am b/src/Objects/Makefile.am index 57ccc7ae7..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 +if OLD_AUTOMAKE INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif