111
by Mike halcrow
1. Ready to libtool-2 |
1 |
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in |
2 |
||
113
by Mike halcrow
I had one mistake |
3 |
SUBDIRS = manpage |
2
by mhalcrow@us.ibm.com
Initial import of eCryptfs filesystem userspace utilities (mount helper, daemon component, |
4 |
|
5 |
dist_doc_DATA = |
|
6 |
dist_noinst_DATA = |
|
7 |
dist_html_DATA = ecryptfs-faq.html |
|
8 |
||
9 |
if BUILD_PAM
|
|
10 |
dist_doc_DATA += ecryptfs-pam-doc.txt |
|
11 |
else
|
|
12 |
dist_noinst_DATA += ecryptfs-pam-doc.txt |
|
13 |
endif
|
|
14 |
||
15 |
if BUILD_PKCS11_HELPER
|
|
16 |
dist_doc_DATA += ecryptfs-pkcs11-helper-doc.txt |
|
17 |
else
|
|
18 |
dist_noinst_DATA += ecryptfs-pkcs11-helper-doc.txt |
|
19 |
endif
|
|
216
by Dustin Kirkland
encrypted private interactive prompting |
20 |
|
386
by Dustin Kirkland
fix a couple of minor issues with installing /usr/share/ecryptfs-utils/* |
21 |
dist_pkgdata_DATA = ecryptfs-mount-private.txt |