X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObjects%2FMakefile.am;h=079d6772d0183d3ebed1f3013571aa1f95ebe65e;hb=b4a9d7621597c9eef97f8ec84d246d5585b4b7ea;hp=42ec6b40092f563f52b3421b29efc0553f9541d7;hpb=2cb51a228b97e7f993696b854316de4436febbd2;p=flightgear.git diff --git a/src/Objects/Makefile.am b/src/Objects/Makefile.am index 42ec6b400..079d6772d 100644 --- a/src/Objects/Makefile.am +++ b/src/Objects/Makefile.am @@ -7,4 +7,8 @@ libObjects_a_SOURCES = \ 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