Changeset 917 in openpam
- Timestamp:
- Feb 18, 2017, 2:45:27 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r623 r917 3 3 ACLOCAL_AMFLAGS = -I m4 4 4 5 SUBDIRS = lib bin modules include5 SUBDIRS = misc include lib bin modules 6 6 7 7 if WITH_DOC -
trunk/configure.ac
r909 r917 144 144 lib/Makefile 145 145 lib/libpam/Makefile 146 misc/Makefile 146 147 modules/Makefile 147 148 modules/pam_deny/Makefile … … 152 153 ]) 153 154 AC_CONFIG_FILES([mkpkgng],[chmod +x mkpkgng]) 155 AC_CONFIG_FILES([misc/coverage.sh],[chmod +x misc/coverage.sh]) 156 AC_CONFIG_FILES([misc/coverity.sh],[chmod +x misc/coverity.sh]) 154 157 AC_OUTPUT -
trunk/misc
- Property svn:ignore
-
old new 1 Makefile.in 2 Makefile 3 coverage.sh 4 coverity.sh
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.