1 2 3 4 5 6 7
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@