diff options
Diffstat (limited to 'common/rdr/Makefile.am')
-rw-r--r-- | common/rdr/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rdr/Makefile.am b/common/rdr/Makefile.am index 0e888963..b9e7eb75 100644 --- a/common/rdr/Makefile.am +++ b/common/rdr/Makefile.am @@ -5,3 +5,5 @@ librdr_la_SOURCES = Exception.cxx FdInStream.cxx FdOutStream.cxx InStream.cxx \ HexOutStream.cxx librdr_la_CPPFLAGS = -I$(top_srcdir) @ZLIB_INCLUDE@ + +librdr_la_LIBADD = @ZLIB_LIB@ |