1
0
Fork 0
flightgear/Misc/Makefile.am

10 lines
194 B
Text
Raw Normal View History

1998-09-01 19:06:28 +00:00
## 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