]> git.mxchange.org Git - flightgear.git/blob - src/Objects/Makefile.am
Add a function declaration
[flightgear.git] / src / Objects / Makefile.am
1 noinst_LIBRARIES = libObjects.a
2
3 libObjects_a_SOURCES = \
4         apt_signs.cxx apt_signs.hxx \
5         newmat.cxx newmat.hxx \
6         matlib.cxx matlib.hxx \
7         obj.cxx obj.hxx \
8         pt_lights.cxx pt_lights.hxx \
9         texload.c texload.h colours.h
10
11 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src