File: Makefile.am

package info (click to toggle)
ecryptfs-utils 68-1%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,472 kB
  • ctags: 1,374
  • sloc: ansic: 15,694; sh: 10,179; makefile: 266; python: 41
file content (22 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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_doc_DATA += ecryptfs-mount-private.txt
dist_noinst_DATA += ecryptfs-mount-private.txt