]> 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 7cc804d046e58300a8ffa189163667c5ef5d0d4d..e932518fef823e0811dbeed53db5ad0fc87d08b6 100644 (file)
@@ -2,7 +2,8 @@ noinst_LIBRARIES = libModel.a
 
 libModel_a_SOURCES = model.cxx model.hxx \
                      modelmgr.cxx modelmgr.hxx \
-                     acmodel.cxx acmodel.hxx
+                     acmodel.cxx acmodel.hxx \
+                     panelnode.cxx panelnode.hxx
 
 if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src