]> git.mxchange.org Git - flightgear.git/blob - src/Model/Makefile.am
ddb86d8764143fe80b4e7394c16d8a6730f51d41
[flightgear.git] / src / Model / Makefile.am
1 noinst_LIBRARIES = libModel.a
2
3 libModel_a_SOURCES = model.cxx model.hxx \
4                      acmodel.cxx acmodel.hxx
5
6 if OLD_AUTOMAKE
7 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
8 else
9 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
10 endif