]> git.mxchange.org Git - flightgear.git/blob - Lib/Misc/Makefile.am
Merge FG_Lib as subdirectory
[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         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