Add $P4$ tags to files that didn't already have them.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@309 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2005-06-09 21:35:39 +00:00
parent 9787583d8d
commit 0721e593ae
11 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# $P4: //depot/projects/openpam/Makefile.am#3 $
SUBDIRS = lib bin modules doc include
EXTRA_DIST = CREDITS HISTORY INSTALL LICENSE MANIFEST README RELNOTES

View File

@ -1,4 +1,7 @@
#!/bin/sh -ex
#
# $P4: //depot/projects/openpam/autogen.sh#2 $
#
libtoolize --copy --force
aclocal

View File

@ -1 +1,3 @@
# $P4: //depot/projects/openpam/bin/Makefile.am#2 $
SUBDIRS = su

View File

@ -1,3 +1,5 @@
# $P4: //depot/projects/openpam/bin/su/Makefile.am#2 $
INCLUDES = -I$(top_srcdir)/include
if WITH_PAM_SU

View File

@ -1 +1,3 @@
# $P4: //depot/projects/openpam/doc/Makefile.am#2 $
SUBDIRS = man

View File

@ -1 +1,3 @@
# $P4: //depot/projects/openpam/include/Makefile.am#2 $
SUBDIRS = security

View File

@ -1,3 +1,5 @@
# $P4: //depot/projects/openpam/include/security/Makefile.am#3 $
openpamdir = $(includedir)/security
openpam_HEADERS = \

View File

@ -1 +1,3 @@
# $P4: //depot/projects/openpam/modules/Makefile.am#2 $
SUBDIRS = pam_unix pam_deny pam_permit

View File

@ -1,3 +1,5 @@
# $P4: //depot/projects/openpam/modules/pam_deny/Makefile.am#2 $
pkglibdir = @OPENPAM_MODULES_DIR@
INCLUDES = -I$(top_srcdir)/include

View File

@ -1,3 +1,5 @@
# $P4: //depot/projects/openpam/modules/pam_permit/Makefile.am#2 $
pkglibdir = @OPENPAM_MODULES_DIR@
INCLUDES = -I$(top_srcdir)/include

View File

@ -1,3 +1,5 @@
# $P4: //depot/projects/openpam/modules/pam_unix/Makefile.am#2 $
pkglibdir = @OPENPAM_MODULES_DIR@
INCLUDES = -I$(top_srcdir)/include