Changeset 467 in openpam
- Timestamp:
- 11/02/11 23:42:21 (19 months ago)
- Location:
- trunk
- Files:
-
- 4 added
- 2 edited
-
bin/Makefile.am (modified) (1 diff)
-
bin/pamtest (added)
-
bin/pamtest/Makefile.am (added)
-
bin/pamtest/pamtest.1 (added)
-
bin/pamtest/pamtest.c (added)
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Makefile.am
r386 r467 3 3 SUBDIRS = 4 4 5 if WITH_PAMTEST 6 SUBDIRS += pamtest 7 endif 8 5 9 if WITH_SU 6 10 SUBDIRS += su -
trunk/configure.ac
r463 r467 70 70 AM_CONDITIONAL([WITH_PAM_UNIX], [test x"$with_pam_unix" = x"yes"]) 71 71 72 AC_ARG_WITH(pamtest, 73 AC_HELP_STRING([--with-pamtest], [compile test application]), 74 [], 75 [with_pamtest=no]) 76 AM_CONDITIONAL([WITH_PAMTEST], [test x"$with_pamtest" = x"yes"]) 77 72 78 AC_ARG_WITH(su, 73 79 AC_HELP_STRING([--with-su], [compile sample su(1) implementation]), … … 106 112 AC_CONFIG_FILES([ 107 113 bin/Makefile 114 bin/pamtest/Makefile 108 115 bin/su/Makefile 109 116 include/Makefile
Note: See TracChangeset
for help on using the changeset viewer.