]> git.mxchange.org Git - flightgear.git/blob - src/Objects/Makefile.am
Get rid of non-portable fmax call.
[flightgear.git] / src / Objects / Makefile.am
1 noinst_LIBRARIES = libObjects.a
2
3 libObjects_a_SOURCES = \
4         apt_signs.cxx apt_signs.hxx \
5         dir_lights.cxx dir_lights.hxx \
6         newmat.cxx newmat.hxx \
7         matlib.cxx matlib.hxx \
8         obj.cxx obj.hxx \
9         texload.c texload.h colours.h
10
11 if OLD_AUTOMAKE
12 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
13 else
14 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
15 endif