]> git.mxchange.org Git - flightgear.git/blob - Lib/Misc/Makefile.am
Major shuffling to push basic material management out into FlightGear/Lib/
[flightgear.git] / Lib / Misc / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LIBRARIES = libMisc.a
4
5 libMisc_a_SOURCES = \
6         fgpath.cxx fgpath.hxx \
7         fgstream.cxx fgstream.hxx \
8         material.cxx material.hxx \
9         stopwatch.hxx \
10         strutils.cxx strutils.hxx \
11         texload.c texload.h colours.h \
12         zfstream.cxx zfstream.hxx
13
14 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib