blob: 0621a02bb16cdc13b4ba3520f9e74fe7a3fb9b14 (
plain)
1
2
3
4
5
6
7
8
9
10
|
noinst_LTLIBRARIES = librdr.la
librdr_la_SOURCES = Exception.cxx Exception.h FdInStream.cxx FdInStream.h \
FdOutStream.cxx FdOutStream.h FixedMemOutStream.h HexInStream.cxx \
HexInStream.h HexOutStream.cxx HexOutStream.h InStream.cxx InStream.h \
MemInStream.h MemOutStream.h OutStream.h RandomStream.cxx \
RandomStream.h SubstitutingInStream.h types.h ZlibInStream.cxx \
ZlibInStream.h ZlibOutStream.cxx ZlibOutStream.h
librdr_la_CPPFLAGS = -I$(COMMON_DIR)
|