diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-10-01 09:31:44 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-10-01 09:31:44 +0000 |
commit | 2e0b9654bbf5323348139ac2717c9a5a01974ce5 (patch) | |
tree | 148175aab920be993992057736c7e00312d40043 /unix/vncviewer | |
parent | f79eb27b5301214b506f2de1caf6c5109772dc01 (diff) | |
download | tigervnc-2e0b9654bbf5323348139ac2717c9a5a01974ce5.tar.gz tigervnc-2e0b9654bbf5323348139ac2717c9a5a01974ce5.zip |
Support linking statically with GnuTLS on OS X
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4158 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncviewer')
-rw-r--r-- | unix/vncviewer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncviewer/Makefile.am b/unix/vncviewer/Makefile.am index 9690015e..2b1e9664 100644 --- a/unix/vncviewer/Makefile.am +++ b/unix/vncviewer/Makefile.am @@ -16,6 +16,6 @@ vncviewer_LDADD = $(top_builddir)/unix/tx/libtx.la \ $(top_builddir)/common/rfb/librfb.la \ $(top_builddir)/common/network/libnetwork.la \ $(top_builddir)/common/rdr/librdr.la \ - @X_PRE_LIBS@ @X_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ # @LIBINTL@ + @X_PRE_LIBS@ @X_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ @GNUTLS_LIBS@ # @LIBINTL@ EXTRA_DIST = vncviewer.man |