diff options
author | Adam Tkac <atkac@redhat.com> | 2008-10-06 14:08:00 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-10-06 14:08:00 +0000 |
commit | ad1cbd968f8a2b98e241fab731f9655e43b403bb (patch) | |
tree | 9c90f456cdec839fe1bda255b5409eb5caaf68cb /common/rfb/Makefile.am | |
parent | 1d2920e9d6b30c3577d0dc1d2e73c6bfe885496a (diff) | |
download | tigervnc-ad1cbd968f8a2b98e241fab731f9655e43b403bb.tar.gz tigervnc-ad1cbd968f8a2b98e241fab731f9655e43b403bb.zip |
[Cleanup] Handle system dependent defines through autoheader & common-config.h
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2890 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/Makefile.am')
-rw-r--r-- | common/rfb/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am index 30c06d7d..f2106d18 100644 --- a/common/rfb/Makefile.am +++ b/common/rfb/Makefile.am @@ -53,8 +53,7 @@ if IRIX_MEDIA librfb_la_SOURCES += IrixDMJpegCompressor.cxx IrixDMIC_RawToJpeg.cxx endif -librfb_la_CPPFLAGS = -I$(top_srcdir) @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@ \ - @STRCASECMP_DEFINE@ @STRNCASECMP_DEFINE@ +librfb_la_CPPFLAGS = -I$(top_srcdir) @JPEG_INCLUDE@ librfb_la_LIBADD = @JPEG_LIB@ |