aboutsummaryrefslogtreecommitdiff
path: root/pam_log
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-17 14:48:58 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-17 14:48:58 +0000
commitd1ae7a52a3b5cda4c6844121e53ebb913e66c76a (patch)
treeec05e6a51bf24d482276b0e274fe3630b652c17b /pam_log
parentbde5c28e08498b70bfb9f27de0bb94fdb9b87640 (diff)
downloadpam-modules-d1ae7a52a3b5cda4c6844121e53ebb913e66c76a.tar.gz
pam-modules-d1ae7a52a3b5cda4c6844121e53ebb913e66c76a.tar.bz2
Fix configure script
* pam_fshadow/Makefile.am: Build the module conditionally. * pam_regex/Makefile.am: Likewise. * pam_log/Makefile.am: Likewise. * NEWS, README: Update. * configure.ac: Raise version number to 1.5. Update bug-report address. Add options for disabling fshadow, log and regex. * acinclude.m4: Prefix all macros with PM_ (PM_CHECK_LIB): Rewrite. git-svn-id: file:///svnroot/pam-modules/trunk@98 56984be4-0537-0410-a56c-fcb268c96130
Diffstat (limited to 'pam_log')
-rw-r--r--pam_log/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/pam_log/Makefile.am b/pam_log/Makefile.am
index 80bb0bd..c3346a4 100644
--- a/pam_log/Makefile.am
+++ b/pam_log/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2008 Sergey Poznyakoff
+# Copyright (C) 2006, 2008, 2009 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,9 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
pamdir=@PAMDIR@
-pam_PROGRAMS = pam_log.la
+PAM_LOG = pam_log.la
+pam_PROGRAMS = @BUILD_PAM_LOG@
+EXTRA_PROGRAMS = pam_log.la
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = pam_log.la
pam_log_la_SOURCES = pam_log.c
LDADD = -lpam ../lib/libgraypam.la

Return to:

Send suggestions and report system problems to the System administrator.