X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FMakefile.am;h=d763d443ea0da4bf3c8ac7b0b17cb6b45cb07258;hb=d2799cd8321e964ecc87e5deb9a4c61c3c12e69c;hp=38d08455346941e320d93b769129f88ae594b562;hpb=4f00d9a95928b179c5c8b2c3c6786a1c71e88531;p=flightgear.git diff --git a/src/Model/Makefile.am b/src/Model/Makefile.am index 38d084553..d763d443e 100644 --- a/src/Model/Makefile.am +++ b/src/Model/Makefile.am @@ -1,9 +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 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src