aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/rdr/Makefile.am2
-rw-r--r--common/rfb/Makefile.am2
2 files changed, 4 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@
diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am
index 8226fa6c..2f9e72e7 100644
--- a/common/rfb/Makefile.am
+++ b/common/rfb/Makefile.am
@@ -29,3 +29,5 @@ endif
librfb_la_CPPFLAGS = -I$(top_srcdir) @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@ \
@STRCASECMP_DEFINE@ @STRNCASECMP_DEFINE@
+
+librfb_la_LIBADD = @JPEG_LIB@