X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObjects%2FMakefile.am;h=692c345f23345ed3fbd73df963822e10a9b460d6;hb=667f9e0dbfd8698905dafd63645810ea8bd00d59;hp=57ccc7ae7dfc804f83193e6e285b031a8d49ab08;hpb=e891774a8c0fe7c9e36aa92b68a913b043852f9d;p=flightgear.git diff --git a/src/Objects/Makefile.am b/src/Objects/Makefile.am index 57ccc7ae7..692c345f2 100644 --- a/src/Objects/Makefile.am +++ b/src/Objects/Makefile.am @@ -1,9 +1,15 @@ noinst_LIBRARIES = libObjects.a libObjects_a_SOURCES = \ + apt_signs.cxx apt_signs.hxx \ + dir_lights.cxx dir_lights.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