From: Simon Josefsson Date: Sun, 5 Nov 2006 16:37:17 +0000 (+0000) Subject: Remove SOVERSION (see configure.in). X-Git-Tag: gnutls_1_5_4~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a7bbfa0a1df1a27f1f1bad4b73ee05f76afe348;p=thirdparty%2Fgnutls.git Remove SOVERSION (see configure.in). --- diff --git a/lib/Makefile.am b/lib/Makefile.am index de8311b7ff..0c5d415065 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -114,7 +114,6 @@ libgnutls_la_LDFLAGS += $(LIBTASN1_LIBS) endif if HAVE_LD_OUTPUT_DEF -SOVERSION = `expr $(LT_CURRENT) - $(LT_AGE)` libgnutls_la_LDFLAGS += -Wl,--output-def,libgnutls-$(SOVERSION).def defexecdir = $(bindir) defexec_DATA = libgnutls-$(SOVERSION).def diff --git a/libextra/Makefile.am b/libextra/Makefile.am index 364d0edf32..75b0d89dea 100644 --- a/libextra/Makefile.am +++ b/libextra/Makefile.am @@ -85,7 +85,6 @@ libgnutls_openssl_la_LDFLAGS += $(LIBTASN1_LIBS) endif if HAVE_LD_OUTPUT_DEF -SOVERSION = `expr $(LT_CURRENT) - $(LT_AGE)` libgnutls_openssl_la_LDFLAGS += \ -Wl,--output-def,libgnutls-openssl-$(SOVERSION).def defexec_DATA += libgnutls-openssl-$(SOVERSION).def