]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/Makefile.am
Working at unraveling and breaking dependencies inside of src/Model.
[flightgear.git] / src / Model / Makefile.am
index 12380e0f23121babddd9fcc7517c23577b6e1c97..9397c0159ff42b224f361c09b880843cb0304a2b 100644 (file)
@@ -1,10 +1,12 @@
 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 \
-        acmodel.cxx acmodel.hxx \
-        panelnode.cxx panelnode.hxx
+        panelnode.cxx panelnode.hxx \
+       placement.cxx placement.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src