diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-03-02 15:38:19 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-03-02 15:38:19 +0000 |
commit | 4973cdcf77180481434e719a5f42598b7c9518ff (patch) | |
tree | 5491d72883da074dd49e4481805096af1c24b77d /common/Makefile.am | |
parent | 8c46619688d093a55e7392d39f6a7b6d627c1dcd (diff) | |
download | tigervnc-4973cdcf77180481434e719a5f42598b7c9518ff.tar.gz tigervnc-4973cdcf77180481434e719a5f42598b7c9518ff.zip |
Remove the included libjpeg-turbo from the tree and rely completely on one
being provided by the system.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4310 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 15400c29..88420d2b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -3,9 +3,6 @@ SUBDIRS = os if INCLUDED_ZLIB SUBDIRS += zlib endif -if INCLUDED_JPEG -SUBDIRS += jpeg -endif SUBDIRS += rdr network Xregion rfb |