diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-02-14 02:17:00 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-02-14 02:17:00 +0000 |
commit | 0d89e356e12e708f899f140355701fea5ca1b7ad (patch) | |
tree | 942059bb5c2d49363db23c1c5cdfa9702d68300d /common | |
parent | 09e2ff130e9cd027aa46f38fb110cb2f10da0d11 (diff) | |
download | tigervnc-0d89e356e12e708f899f140355701fea5ca1b7ad.tar.gz tigervnc-0d89e356e12e708f899f140355701fea5ca1b7ad.zip |
turbojpeg.h isn't part of the libjpeg.a source
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3985 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r-- | common/jpeg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/jpeg/Makefile.am b/common/jpeg/Makefile.am index 622b3627..6efb1f9a 100644 --- a/common/jpeg/Makefile.am +++ b/common/jpeg/Makefile.am @@ -2,7 +2,7 @@ noinst_LTLIBRARIES = libjpeg.la noinst_HEADERS = jconfig.h jerror.h jmorecfg.h jpeglib.h HDRS = jchuff.h jdct.h jdhuff.h jerror.h jinclude.h jmemsys.h jmorecfg.h \ - jpegint.h jpeglib.h jversion.h jsimd.h jsimddct.h turbojpeg.h + jpegint.h jpeglib.h jversion.h jsimd.h jsimddct.h libjpeg_la_SOURCES = $(HDRS) jcapimin.c jcapistd.c jccoefct.c jccolor.c \ jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \ |