mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-30 21:23:57 +08:00
Relevant BUGIDs:
Purpose of commit: release Commit summary: --------------- 2008-12-12 Thorsten Kukuk <kukuk@thkukuk.de> * release version 1.0.90 * libpam_misc/Makefile.am: Increase version number of shared library. * libpamc/Makefile.am: Likewise.
This commit is contained in:
parent
54febaaeb9
commit
e27b98c9a7
@ -1,3 +1,10 @@
|
||||
2008-12-12 Thorsten Kukuk <kukuk@thkukuk.de>
|
||||
|
||||
* release version 1.0.90
|
||||
|
||||
* libpam_misc/Makefile.am: Increase version number of shared library.
|
||||
* libpamc/Makefile.am: Likewise.
|
||||
|
||||
2008-12-12 Tomas Mraz <t8m@centrum.cz>
|
||||
|
||||
* modules/pam_tally2/pam_tally2.c (get_tally): Test for EACCES
|
||||
|
@ -11,7 +11,7 @@ include_HEADERS = include/security/pam_misc.h
|
||||
AM_CFLAGS = -I$(top_srcdir)/libpam/include \
|
||||
-I$(top_srcdir)/libpamc/include -I$(srcdir)/include
|
||||
|
||||
libpam_misc_la_LDFLAGS = -no-undefined -version-info 81:3:81
|
||||
libpam_misc_la_LDFLAGS = -no-undefined -version-info 82:0:82
|
||||
if HAVE_VERSIONING
|
||||
libpam_misc_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libpam_misc.map
|
||||
endif
|
||||
|
@ -14,7 +14,7 @@ noinst_HEADERS = libpamc.h
|
||||
|
||||
AM_CFLAGS=-I$(top_srcdir)/libpam/include -I$(srcdir)/include
|
||||
|
||||
libpamc_la_LDFLAGS = -no-undefined -version-info 81:0:81
|
||||
libpamc_la_LDFLAGS = -no-undefined -version-info 82:0:82
|
||||
if HAVE_VERSIONING
|
||||
libpamc_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libpamc.map
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user