]> 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 9a8e5665e0f0a42345c4e3c30dfd0d63944f6d3c..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)/Lib -I$(top_builddir)/Simulator
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src