[Bugfix] Add GNUTLS_{CFLAGS,LIBS} to librdr_la_{CPPFLAGS,LIBADD} to fix
compilation of Windows sources.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4051 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rdr/Makefile.am b/common/rdr/Makefile.am
index bd23cbf..593b619 100644
--- a/common/rdr/Makefile.am
+++ b/common/rdr/Makefile.am
@@ -11,8 +11,8 @@
TLSException.cxx TLSInStream.cxx TLSOutStream.cxx ZlibInStream.cxx \
ZlibOutStream.cxx
-librdr_la_CPPFLAGS = -I$(top_srcdir)/common
-librdr_la_LIBADD =
+librdr_la_CPPFLAGS = -I$(top_srcdir)/common @GNUTLS_CFLAGS@
+librdr_la_LIBADD = @GNUTLS_LIBS@
if INCLUDED_ZLIB
librdr_la_CPPFLAGS += -I$(top_srcdir)/common/zlib