]> git.mxchange.org Git - flightgear.git/blob - Simulator/Objects/Makefile.am
Initial revision.
[flightgear.git] / Simulator / Objects / Makefile.am
1 noinst_LIBRARIES = libObjects.a
2
3 libObjects_a_SOURCES = \
4         fragment.cxx fragment.hxx \
5         material.cxx material.hxx \
6         obj.cxx obj.hxx \
7         texload.c texload.h
8
9 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator