diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-11-05 16:37:17 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-11-05 16:37:17 +0000 |
commit | 4a7bbfa0a1df1a27f1f1bad4b73ee05f76afe348 (patch) | |
tree | caea3c46ac6b9f3c5a5f00e771e70415da7e311b | |
parent | 80a13c518d5268291be0dab25fa56f25b80b2c8a (diff) | |
download | gnutls-4a7bbfa0a1df1a27f1f1bad4b73ee05f76afe348.tar.gz |
Remove SOVERSION (see configure.in).
-rw-r--r-- | lib/Makefile.am | 1 | ||||
-rw-r--r-- | libextra/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
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 |