summaryrefslogtreecommitdiff
path: root/libpam/Makefile.am
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2011-06-21 14:02:33 +0200
committerThorsten Kukuk <kukuk@thkukuk.de>2011-06-21 14:02:33 +0200
commit51485ba5d2742e935fa8d1f77babb44aec65aa6c (patch)
treeebbcadeef9be49f8cd25c7d63ac95455b34a3ec8 /libpam/Makefile.am
parente8a4d10805a62b36a8385edaf4b2a6bcbc9fc5fd (diff)
2011-06-22 Thorsten Kukuk <kukuk@thkukuk.de>
* release version 1.1.4 * configure.in: Bump version number. * NEWS: Document changes since 1.1.3 * libpam/Makefile.am: Bump release number of shared library * po/de.po: Translate new string.
Diffstat (limited to 'libpam/Makefile.am')
-rw-r--r--libpam/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/Makefile.am b/libpam/Makefile.am
index f7e6c25d..417ca779 100644
--- a/libpam/Makefile.am
+++ b/libpam/Makefile.am
@@ -20,7 +20,7 @@ include_HEADERS = include/security/_pam_compat.h \
noinst_HEADERS = pam_prelude.h pam_private.h pam_tokens.h \
pam_modutil_private.h pam_static_modules.h
-libpam_la_LDFLAGS = -no-undefined -version-info 83:0:83
+libpam_la_LDFLAGS = -no-undefined -version-info 83:1:83
libpam_la_LIBADD = @LIBAUDIT@ $(LIBPRELUDE_LIBS) @LIBDL@
if STATIC_MODULES