diff options
author | Adam Tkac <atkac@redhat.com> | 2008-10-06 13:06:41 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-10-06 13:06:41 +0000 |
commit | 1d2920e9d6b30c3577d0dc1d2e73c6bfe885496a (patch) | |
tree | 41cee8c7dd280890eb4b01b82d333eb5868da05f /common/rfb | |
parent | 28ca8f6cc943d9ebd6f2224c854bd7f99e8d7a21 (diff) | |
download | tigervnc-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.am | 7 |
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 |