]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove SOVERSION (see configure.in).
authorSimon Josefsson <simon@josefsson.org>
Sun, 5 Nov 2006 16:37:17 +0000 (16:37 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sun, 5 Nov 2006 16:37:17 +0000 (16:37 +0000)
lib/Makefile.am
libextra/Makefile.am

index de8311b7ff50dc6fd0abdf7d191f9e918d3ef8c3..0c5d415065b905049bec14e6adc415aba7365e51 100644 (file)
@@ -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
index 364d0edf327476f41ef5996a5958753ec043c673..75b0d89dea13e468e7e0c8df365fb867bc820771 100644 (file)
@@ -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