mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-27 17:09:52 +03:00
(SUBDIRS): Add pam_log pam_sql
git-svn-id: file:///svnroot/pam-modules/trunk@27 56984be4-0537-0410-a56c-fcb268c96130
This commit is contained in:
parent
58b0be4c2c
commit
aef24b6799
1 changed files with 16 additions and 8 deletions
24
Makefile.am
24
Makefile.am
|
@ -1,12 +1,20 @@
|
|||
# Copyright (C) 2001, Sergey Poznyakoff
|
||||
# Copyright (C) 2001, 2006 Sergey Poznyakoff
|
||||
#
|
||||
# This file is free software; as a special exception the author gives
|
||||
# unlimited permission to copy and/or distribute it, with or without
|
||||
# modifications, as long as this notice is preserved.
|
||||
# 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
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
# MA 02110-1301 USA
|
||||
|
||||
AUTOMAKE_OPTIONS = gnits 1.8
|
||||
SUBDIRS = doc pam_fshadow pam_regex
|
||||
SUBDIRS = doc pam_fshadow pam_regex pam_log pam_sql
|
||||
EXTRA_DIST=common.c
|
Loading…
Add table
Add a link
Reference in a new issue