aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/Makefile.am
blob: 0e888963c5ddd01ccc2602151ca0f60d4b8facbb (plain)
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@