]> git.mxchange.org Git - flightgear.git/blob - src/Model/Makefile.am
Removed the FG3DModel class and replaced it with fgLoad3DModel.
[flightgear.git] / src / Model / Makefile.am
1 noinst_LIBRARIES = libModel.a
2
3 libModel_a_SOURCES = loader.cxx loader.hxx \
4                      model.cxx model.hxx \
5                      modelmgr.cxx modelmgr.hxx \
6                      acmodel.cxx acmodel.hxx \
7                      panelnode.cxx panelnode.hxx
8
9 if OLD_AUTOMAKE
10 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
11 else
12 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
13 endif