[pkg-opensc-commit] [pkcs11-helper] 28/44: Windows DLL suffix is actually delta

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:40:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to tag pkcs11-helper-1.06
in repository pkcs11-helper.

commit 132e5515c6f473bf87809e96eb84213403faa38a
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date:   Sun Mar 9 12:09:09 2008 +0000

    Windows DLL suffix is actually delta
---
 configure.ac    | 4 +++-
 lib/Makefile.am | 8 ++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 46801a6..a286c1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@
 #
 
 AC_PREREQ([2.60])
-AC_INIT([pkcs11-helper], [1.05])
+AC_INIT([pkcs11-helper], [1.06_beta1])
 AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_SRCDIR([lib/common.h])
@@ -70,9 +70,11 @@ AC_SUBST([PKCS11H_VERSION_FIX])
 LIBPKCS11_HELPER_LT_CURRENT="${PKCS11H_VERSION_MAJOR}"
 LIBPKCS11_HELPER_LT_REVISION="0"
 LIBPKCS11_HELPER_LT_AGE="0"
+LIBPKCS11_HELPER_LT_MAJOR="$((${LIBPKCS11_HELPER_LT_CURRENT}-${LIBPKCS11_HELPER_LT_AGE}))"
 AC_SUBST([LIBPKCS11_HELPER_LT_CURRENT])
 AC_SUBST([LIBPKCS11_HELPER_LT_REVISION])
 AC_SUBST([LIBPKCS11_HELPER_LT_AGE])
+AC_SUBST([LIBPKCS11_HELPER_LT_MAJOR])
 
 AC_CANONICAL_HOST
 
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a82f8af..fa0cd24 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -124,11 +124,11 @@ endif
 if WIN32
 mylibdir=$(libdir)
 if CYGWIN
-mylib_DATA=.libs/cygpkcs11-helper- at LIBPKCS11_HELPER_LT_CURRENT@.dll.def
-.libs/cygpkcs11-helper- at LIBPKCS11_HELPER_LT_CURRENT@.dll.def:	libpkcs11-helper.la
+mylib_DATA=.libs/cygpkcs11-helper- at LIBPKCS11_HELPER_LT_MAJOR@.dll.def
+.libs/cygpkcs11-helper- at LIBPKCS11_HELPER_LT_MAJOR@.dll.def:	libpkcs11-helper.la
 else
-mylib_DATA=.libs/libpkcs11-helper- at LIBPKCS11_HELPER_LT_CURRENT@.dll.def
-.libs/libpkcs11-helper- at LIBPKCS11_HELPER_LT_CURRENT@.dll.def:	libpkcs11-helper.la
+mylib_DATA=.libs/libpkcs11-helper- at LIBPKCS11_HELPER_LT_MAJOR@.dll.def
+.libs/libpkcs11-helper- at LIBPKCS11_HELPER_LT_MAJOR@.dll.def:	libpkcs11-helper.la
 endif
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list