From: Nikos Mavrogiannopoulos Date: Thu, 18 Feb 2016 10:03:25 +0000 (+0100) Subject: Corrected the name of the windows dll files X-Git-Tag: nettle_3.3_release_20161001~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0bf2be4c7038e25fb7af910915efc27ce7fefbe;p=thirdparty%2Fnettle.git Corrected the name of the windows dll files The new name doesn't include the minor number and thus allows to replace with a minor update of the library. --- diff --git a/configure.ac b/configure.ac index 029a15c4..e1ee64c2 100644 --- a/configure.ac +++ b/configure.ac @@ -576,12 +576,12 @@ case "$host_os" in # linking to the DLL, is installed into the lib dir. case "$host_os" in mingw32*) - LIBNETTLE_FORLINK='libnettle-$(LIBNETTLE_MAJOR)-$(LIBNETTLE_MINOR).dll' - LIBHOGWEED_FORLINK='libhogweed-$(LIBHOGWEED_MAJOR)-$(LIBHOGWEED_MINOR).dll' + LIBNETTLE_FORLINK='libnettle-$(LIBNETTLE_MAJOR).dll' + LIBHOGWEED_FORLINK='libhogweed-$(LIBHOGWEED_MAJOR).dll' ;; cygwin*) - LIBNETTLE_FORLINK='cygnettle-$(LIBNETTLE_MAJOR)-$(LIBNETTLE_MINOR).dll' - LIBHOGWEED_FORLINK='cyghogweed-$(LIBHOGWEED_MAJOR)-$(LIBHOGWEED_MINOR).dll' + LIBNETTLE_FORLINK='cygnettle-$(LIBNETTLE_MAJOR).dll' + LIBHOGWEED_FORLINK='cyghogweed-$(LIBHOGWEED_MAJOR).dll' ;; esac if test "x$cross_compiling" = xyes ; then