Initial commit for Tizen
[profile/extras/shadow-utils.git] / etc / 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 sysconf_DATA = login.defs
5
6 defaultdir = $(sysconfdir)/default
7 default_DATA = \
8         useradd
9
10 nonpam_files = \
11         limits \
12         login.access
13
14 if !USE_PAM
15 nonpamdir = $(sysconfdir)
16 nonpam_DATA = $(nonpam_files)
17 endif
18
19 EXTRA_DIST = \
20         $(nonpam_files) \
21         $(sysconf_DATA) \
22         $(default_DATA)
23
24 SUBDIRS = pam.d