X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FMakefile.am;h=d763d443ea0da4bf3c8ac7b0b17cb6b45cb07258;hb=52ac173257bf9cc780f0faee5049314442083140;hp=ddb86d8764143fe80b4e7394c16d8a6730f51d41;hpb=625572663e47fb4d801a3f18e7f83971da5bb519;p=flightgear.git diff --git a/src/Model/Makefile.am b/src/Model/Makefile.am index ddb86d876..d763d443e 100644 --- a/src/Model/Makefile.am +++ b/src/Model/Makefile.am @@ -1,10 +1,9 @@ noinst_LIBRARIES = libModel.a -libModel_a_SOURCES = model.cxx model.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