]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/Makefile.am
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / Model / Makefile.am
index 9397c0159ff42b224f361c09b880843cb0304a2b..d763d443ea0da4bf3c8ac7b0b17cb6b45cb07258 100644 (file)
@@ -2,11 +2,8 @@ noinst_LIBRARIES = libModel.a
 
 libModel_a_SOURCES = \
         acmodel.cxx acmodel.hxx \
-       loader.cxx loader.hxx \
-       model.cxx model.hxx \
        model_panel.cxx model_panel.hxx \
         modelmgr.cxx modelmgr.hxx \
-        panelnode.cxx panelnode.hxx \
-       placement.cxx placement.hxx
+        panelnode.cxx panelnode.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src