]> git.mxchange.org Git - flightgear.git/blob - src/Model/Makefile.am
Added support for additional animated, dynamic 3D models configured in
[flightgear.git] / src / Model / Makefile.am
1 noinst_LIBRARIES = libModel.a
2
3 libModel_a_SOURCES = model.cxx model.hxx \
4                      modelmgr.cxx modelmgr.hxx \
5                      acmodel.cxx acmodel.hxx
6
7 if OLD_AUTOMAKE
8 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
9 else
10 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
11 endif