simgear/Misc/Makefile.am
1998-09-01 19:06:28 +00:00

10 lines
194 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libMisc.a
libMisc_a_SOURCES = \
fgstream.cxx \
zfstream.cxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib