]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/Makefile.am
Currently, when the sim pauses, all IO is also halted. To me it generally
[flightgear.git] / src / Objects / Makefile.am
index 079d6772d0183d3ebed1f3013571aa1f95ebe65e..ceb669c3710b0fd124779a6989c2898d52a9160c 100644 (file)
@@ -1,14 +1,6 @@
 noinst_LIBRARIES = libObjects.a
 
 libObjects_a_SOURCES = \
-       apt_signs.cxx apt_signs.hxx \
-       newmat.cxx newmat.hxx \
-       matlib.cxx matlib.hxx \
-       obj.cxx obj.hxx \
-       texload.c texload.h colours.h
+       ssgEntityArray.hxx ssgEntityArray.cxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif