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