diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-02-05 19:22:39 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-02-05 19:22:39 +0000 |
commit | 96a56f29371c1276620d6a58c463700468c2c42d (patch) | |
tree | 599cc086d34b86c384b1ac031d3d07f0c778f10d /common/jpeg/Makefile.am | |
parent | 93ff5dbd1ad8ad595c87fc127d62d4453fd35d9a (diff) | |
download | tigervnc-96a56f29371c1276620d6a58c463700468c2c42d.tar.gz tigervnc-96a56f29371c1276620d6a58c463700468c2c42d.zip |
Back out r3958 and r3959. They aren't needed anymore, because the libjpeg-turbo SourceForge project is online, and they broke libvnc.so
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3964 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/jpeg/Makefile.am')
-rw-r--r-- | common/jpeg/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/common/jpeg/Makefile.am b/common/jpeg/Makefile.am index 53e6a434..26fe44c5 100644 --- a/common/jpeg/Makefile.am +++ b/common/jpeg/Makefile.am @@ -1,16 +1,6 @@ -if WITH_SHARED - -lib_LTLIBRARIES = libjpeg.la -libjpeg_la_LDFLAGS = -version-number 62:0:0 -no-undefined -include_HEADERS = jconfig.h jerror.h jmorecfg.h jpeglib.h - -else - noinst_LTLIBRARIES = libjpeg.la noinst_HEADERS = jconfig.h jerror.h jmorecfg.h jpeglib.h -endif - 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 |