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:
parent
9787583d8d
commit
0721e593ae
11 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh -ex
|
||||
#
|
||||
# $P4: //depot/projects/openpam/autogen.sh#2 $
|
||||
#
|
||||
|
||||
libtoolize --copy --force
|
||||
aclocal
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
# $P4: //depot/projects/openpam/bin/Makefile.am#2 $
|
||||
|
||||
SUBDIRS = su
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $P4: //depot/projects/openpam/bin/su/Makefile.am#2 $
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include
|
||||
|
||||
if WITH_PAM_SU
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
# $P4: //depot/projects/openpam/doc/Makefile.am#2 $
|
||||
|
||||
SUBDIRS = man
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
# $P4: //depot/projects/openpam/include/Makefile.am#2 $
|
||||
|
||||
SUBDIRS = security
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $P4: //depot/projects/openpam/include/security/Makefile.am#3 $
|
||||
|
||||
openpamdir = $(includedir)/security
|
||||
|
||||
openpam_HEADERS = \
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
# $P4: //depot/projects/openpam/modules/Makefile.am#2 $
|
||||
|
||||
SUBDIRS = pam_unix pam_deny pam_permit
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $P4: //depot/projects/openpam/modules/pam_deny/Makefile.am#2 $
|
||||
|
||||
pkglibdir = @OPENPAM_MODULES_DIR@
|
||||
INCLUDES = -I$(top_srcdir)/include
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $P4: //depot/projects/openpam/modules/pam_permit/Makefile.am#2 $
|
||||
|
||||
pkglibdir = @OPENPAM_MODULES_DIR@
|
||||
INCLUDES = -I$(top_srcdir)/include
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $P4: //depot/projects/openpam/modules/pam_unix/Makefile.am#2 $
|
||||
|
||||
pkglibdir = @OPENPAM_MODULES_DIR@
|
||||
INCLUDES = -I$(top_srcdir)/include
|
||||
|
||||
|
|
Loading…
Reference in a new issue