]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/Makefile.am
Set the format default to float instead of int.
[flightgear.git] / src / Objects / Makefile.am
index 692c345f23345ed3fbd73df963822e10a9b460d6..0d7acd6fb7ad71ff318fc51405c91ceea4122167 100644 (file)
@@ -1,15 +1,6 @@
-noinst_LIBRARIES = libObjects.a
+#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
+#libObjects_a_SOURCES = 
+#      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