X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObjects%2FMakefile.am;h=692c345f23345ed3fbd73df963822e10a9b460d6;hb=667f9e0dbfd8698905dafd63645810ea8bd00d59;hp=9a8e5665e0f0a42345c4e3c30dfd0d63944f6d3c;hpb=c90db01dc8d5462a3da22771ffa7c96f5ea31217;p=flightgear.git diff --git a/src/Objects/Makefile.am b/src/Objects/Makefile.am index 9a8e5665e..692c345f2 100644 --- a/src/Objects/Makefile.am +++ b/src/Objects/Makefile.am @@ -1,10 +1,15 @@ noinst_LIBRARIES = libObjects.a libObjects_a_SOURCES = \ - fragment.cxx fragment.hxx \ - material.cxx material.hxx \ - materialmgr.cxx materialmgr.hxx \ + 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 -INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator +if OLD_AUTOMAKE +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif