Do not build libturbojpeg as a versioned library

This commit is contained in:
DRC
2010-02-12 04:34:41 +00:00
parent 3ca410784c
commit 444950fec8

View File

@@ -1,5 +1,6 @@
lib_LTLIBRARIES = libjpeg.la libturbojpeg.la
libjpeg_la_LDFLAGS = -version-number 62:0:0 -no-undefined
libturbojpeg_la_LDFLAGS = -avoid-version -no-undefined
include_HEADERS = jconfig.h jerror.h jmorecfg.h jpeglib.h turbojpeg.h
HDRS = jchuff.h jdct.h jdhuff.h jerror.h jinclude.h jmemsys.h jmorecfg.h \