1 2 3 4 5 6 7 8 9
noinst_LTLIBRARIES = librdr.la librdr_la_SOURCES = Exception.cxx FdInStream.cxx FdOutStream.cxx InStream.cxx \ RandomStream.cxx ZlibInStream.cxx ZlibOutStream.cxx HexInStream.cxx \ HexOutStream.cxx librdr_la_CPPFLAGS = -I$(top_srcdir) @ZLIB_INCLUDE@ librdr_la_LIBADD = @ZLIB_LIB@