]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/Makefile.am
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Objects / Makefile.am
index 9a8e5665e0f0a42345c4e3c30dfd0d63944f6d3c..ed1279c142d3d67127e840deef3c0655d7188eb7 100644 (file)
@@ -1,10 +1,6 @@
 noinst_LIBRARIES = libObjects.a
 
 libObjects_a_SOURCES = \
-       fragment.cxx fragment.hxx \
-       material.cxx material.hxx \
-       materialmgr.cxx materialmgr.hxx \
-       obj.cxx obj.hxx \
-       texload.c texload.h colours.h
+       obj.cxx obj.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src