Initial commit for Tizen
[profile/extras/shadow-utils.git] / etc / pam.d / Makefile.am
1 # This is a dummy Makefile.am to get automake work flawlessly,
2 # and also cooperate to make a distribution for `make dist'
3
4 pamd_files = \
5         chfn \
6         chsh \
7         groupmems \
8         login \
9         passwd \
10         su
11
12 pamd_acct_tools_files = \
13         chage \
14         chgpasswd \
15         chpasswd \
16         groupadd \
17         groupdel \
18         groupmod \
19         newusers \
20         useradd \
21         userdel \
22         usermod
23
24 if USE_PAM
25 pamddir = $(sysconfdir)/pam.d
26 pamd_DATA = $(pamd_files)
27 if ACCT_TOOLS_SETUID
28 pamd_DATA += $(pamd_acct_tools_files)
29 endif
30 endif
31
32 EXTRA_DIST = $(pamd_files) $(pamd_acct_tools_files)