X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FMakefile.am;h=d763d443ea0da4bf3c8ac7b0b17cb6b45cb07258;hb=d2799cd8321e964ecc87e5deb9a4c61c3c12e69c;hp=e932518fef823e0811dbeed53db5ad0fc87d08b6;hpb=b53cd9c59fcca7d98c24436a1ebfeed981b9634f;p=flightgear.git diff --git a/src/Model/Makefile.am b/src/Model/Makefile.am index e932518fe..d763d443e 100644 --- a/src/Model/Makefile.am +++ b/src/Model/Makefile.am @@ -1,12 +1,9 @@ noinst_LIBRARIES = libModel.a -libModel_a_SOURCES = 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