]> 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 692c345f23345ed3fbd73df963822e10a9b460d6..ed1279c142d3d67127e840deef3c0655d7188eb7 100644 (file)
@@ -1,15 +1,6 @@
 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
+       obj.cxx obj.hxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif