]> git.mxchange.org Git - simgear.git/blob - Misc/Makefile.am
Initial revision.
[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 \
7         zfstream.cxx
8
9 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib