X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FMakefile.am;h=d763d443ea0da4bf3c8ac7b0b17cb6b45cb07258;hb=ad13e4f3b42c53410cb695d2dd0083af77addb2e;hp=7cc804d046e58300a8ffa189163667c5ef5d0d4d;hpb=8bed5a8cf465190897b6ab7d6f8dcad34e655ce5;p=flightgear.git diff --git a/src/Model/Makefile.am b/src/Model/Makefile.am index 7cc804d04..d763d443e 100644 --- a/src/Model/Makefile.am +++ b/src/Model/Makefile.am @@ -1,11 +1,9 @@ noinst_LIBRARIES = libModel.a -libModel_a_SOURCES = model.cxx model.hxx \ - modelmgr.cxx modelmgr.hxx \ - acmodel.cxx acmodel.hxx +libModel_a_SOURCES = \ + acmodel.cxx acmodel.hxx \ + model_panel.cxx model_panel.hxx \ + modelmgr.cxx modelmgr.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