]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/Makefile.am
I'm attaching diffs to add a new FGInput module to FlightGear
[flightgear.git] / src / Objects / Makefile.am
index 6ddb2412c75afe025a59471f8b99c969590d612b..57ccc7ae7dfc804f83193e6e285b031a8d49ab08 100644 (file)
@@ -1,10 +1,9 @@
 noinst_LIBRARIES = libObjects.a
 
 libObjects_a_SOURCES = \
-       fragment.cxx fragment.hxx \
-       material.cxx material.hxx \
-       materialmgr.cxx materialmgr.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
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src