From: Klas Lindfors Date: Mon, 28 May 2012 10:38:40 +0000 (+0200) Subject: readd LT_CURRENT and friends X-Git-Tag: v1.7.0~1^2~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e66ccad2610a3a0b8b9c7d58978cada8f4f421d;p=yubikey-personalization readd LT_CURRENT and friends --- diff --git a/configure.ac b/configure.ac index f9494e9..5ccc3f9 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,9 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 +AC_SUBST(LT_CURRENT, 8) +AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_AGE, 7) AM_INIT_AUTOMAKE([-Wall -Werror]) AM_SILENT_RULES([yes])