aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2012-03-23 03:24:39 +0000
committerDRC <dcommander@users.sourceforge.net>2012-03-23 03:24:39 +0000
commitfd407776baf58f01e6457d0faa7bcc1df5d1c45b (patch)
tree9aaeeb71f7dbe466cc4e039cbd8bf19936f65012 /Makefile.am
parentf52682e277b37a0acee0f7b6bf45c4ebdc8a0adf (diff)
downloadlibjpeg-turbo-fd407776baf58f01e6457d0faa7bcc1df5d1c45b.tar.gz
Add a dummy version number to the TurboJPEG dynamic library on Unix systems so Linux distro maintainers will not reject it out of hand.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@820 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 58b8f3a9..942892d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libjpeg.la libturbojpeg.la
libjpeg_la_LDFLAGS = -version-info ${SO_MAJOR_VERSION}:${SO_MINOR_VERSION} -no-undefined
-libturbojpeg_la_LDFLAGS = -avoid-version -no-undefined
+libturbojpeg_la_LDFLAGS = -version-info 0:0 -no-undefined
include_HEADERS = jerror.h jmorecfg.h jpeglib.h turbojpeg.h
nodist_include_HEADERS = jconfig.h