]> git.mxchange.org Git - flightgear.git/blob - src/Objects/Makefile.am
UIUC flight model contribution. This is based on LaRCsim, but can read
[flightgear.git] / src / Objects / Makefile.am
1 noinst_LIBRARIES = libObjects.a
2
3 libObjects_a_SOURCES = \
4         fragment.cxx fragment.hxx \
5         material.cxx material.hxx \
6         materialmgr.cxx materialmgr.hxx \
7         obj.cxx obj.hxx \
8         texload.c texload.h colours.h
9
10 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src