10 lines
194 B
Text
10 lines
194 B
Text
|
## 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
|