]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/Makefile.am
Change FGSteam into a proper subsystem rather than a collection of
[flightgear.git] / src / Model / Makefile.am
index ddb86d8764143fe80b4e7394c16d8a6730f51d41..e932518fef823e0811dbeed53db5ad0fc87d08b6 100644 (file)
@@ -1,7 +1,9 @@
 noinst_LIBRARIES = libModel.a
 
 libModel_a_SOURCES = model.cxx model.hxx \
-                     acmodel.cxx acmodel.hxx
+                     modelmgr.cxx modelmgr.hxx \
+                     acmodel.cxx acmodel.hxx \
+                     panelnode.cxx panelnode.hxx
 
 if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src