1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in SUBDIRS = manpage dist_doc_DATA = dist_noinst_DATA = dist_html_DATA = ecryptfs-faq.html if BUILD_PAM dist_doc_DATA += ecryptfs-pam-doc.txt else dist_noinst_DATA += ecryptfs-pam-doc.txt endif if BUILD_PKCS11_HELPER dist_doc_DATA += ecryptfs-pkcs11-helper-doc.txt else dist_noinst_DATA += ecryptfs-pkcs11-helper-doc.txt endif dist_pkgdata_DATA = ecryptfs-mount-private.txt |