]> git.mxchange.org Git - simgear.git/blob - Misc/Makefile.am
Tweak for SGI portability.
[simgear.git] / 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         fgstream.cxx fgstream.hxx \
7         stopwatch.hxx \
8         strutils.cxx strutils.hxx \
9         zfstream.cxx zfstream.hxx
10
11 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib