summaryrefslogtreecommitdiff
path: root/libextra
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-04-03 14:43:33 +0200
committerSimon Josefsson <simon@josefsson.org>2009-04-03 14:43:33 +0200
commit694a1581e872f6c2ea990e3d6f15b8b4719e9d3f (patch)
tree6329748afcf2bd950da2e462cb923dd8594d79ed /libextra
parent6c7bfb4902420c4ca77c9a6b46de7295a1cfc0af (diff)
downloadgnutls-694a1581e872f6c2ea990e3d6f15b8b4719e9d3f.tar.gz
Use DLL_VERSION variable name.
Diffstat (limited to 'libextra')
-rw-r--r--libextra/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index 669dd84805..1faa5e55fe 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
#
# Author: Nikos Mavrogiannopoulos
#
@@ -74,8 +74,8 @@ endif
if HAVE_LD_OUTPUT_DEF
libgnutls_openssl_la_LDFLAGS += \
- -Wl,--output-def,libgnutls-openssl-$(SOVERSION).def
-defexec_DATA += libgnutls-openssl-$(SOVERSION).def
+ -Wl,--output-def,libgnutls-openssl-$(DLL_VERSION).def
+defexec_DATA += libgnutls-openssl-$(DLL_VERSION).def
endif
endif
@@ -93,8 +93,8 @@ libgnutls_extra_la_SOURCES += \
if HAVE_LD_OUTPUT_DEF
libgnutls_extra_la_LDFLAGS += \
- -Wl,--output-def,libgnutls-extra-$(SOVERSION).def
-defexec_DATA += libgnutls-extra-$(SOVERSION).def
+ -Wl,--output-def,libgnutls-extra-$(DLL_VERSION).def
+defexec_DATA += libgnutls-extra-$(DLL_VERSION).def
endif
DISTCLEANFILES += $(defexec_DATA)