aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-10-06 13:06:41 +0000
committerAdam Tkac <atkac@redhat.com>2008-10-06 13:06:41 +0000
commit1d2920e9d6b30c3577d0dc1d2e73c6bfe885496a (patch)
tree41cee8c7dd280890eb4b01b82d333eb5868da05f /common/rfb
parent28ca8f6cc943d9ebd6f2224c854bd7f99e8d7a21 (diff)
downloadtigervnc-1d2920e9d6b30c3577d0dc1d2e73c6bfe885496a.tar.gz
tigervnc-1d2920e9d6b30c3577d0dc1d2e73c6bfe885496a.zip
[Cleanup] Detect and handle IRIX related enhancements in common/* directory only
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2889 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb')
-rw-r--r--common/rfb/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am
index 7fff7c8a..30c06d7d 100644
--- a/common/rfb/Makefile.am
+++ b/common/rfb/Makefile.am
@@ -57,3 +57,10 @@ librfb_la_CPPFLAGS = -I$(top_srcdir) @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@ \
@STRCASECMP_DEFINE@ @STRNCASECMP_DEFINE@
librfb_la_LIBADD = @JPEG_LIB@
+
+if IRIX_COMPRESS
+librfb_la_LIBADD += -lcl
+endif
+if IRIX_MEDIA
+librfb_la_LIBADD += -ldmedia
+endif