]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/Makefile.am
Make sure that all elapsed time gets passed to update when a subsystem
[flightgear.git] / src / Model / Makefile.am
index e932518fef823e0811dbeed53db5ad0fc87d08b6..38d08455346941e320d93b769129f88ae594b562 100644 (file)
@@ -1,12 +1,9 @@
 noinst_LIBRARIES = libModel.a
 
-libModel_a_SOURCES = model.cxx model.hxx \
+libModel_a_SOURCES = loader.cxx loader.hxx \
+                    model.cxx model.hxx \
                      modelmgr.cxx modelmgr.hxx \
                      acmodel.cxx acmodel.hxx \
                      panelnode.cxx panelnode.hxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif