Initial commit for Tizen
[profile/extras/shadow-utils.git] / lib / Makefile.am
1
2 AUTOMAKE_OPTIONS = 1.0 foreign
3
4 DEFS = 
5
6 noinst_LTLIBRARIES = libshadow.la
7
8 libshadow_la_LDFLAGS = -version-info 0:0:0
9
10 libshadow_la_SOURCES = \
11         commonio.c \
12         commonio.h \
13         defines.h \
14         encrypt.c \
15         exitcodes.h \
16         faillog.h \
17         fputsx.c \
18         getdef.c \
19         getdef.h \
20         get_gid.c \
21         getlong.c \
22         get_pid.c \
23         get_uid.c \
24         getulong.c \
25         groupio.c \
26         groupmem.c \
27         groupio.h \
28         gshadow.c \
29         lockpw.c \
30         nscd.c \
31         nscd.h \
32         pam_defs.h \
33         port.c \
34         port.h \
35         prototypes.h \
36         pwauth.c \
37         pwauth.h \
38         pwio.c \
39         pwio.h \
40         pwmem.c \
41         sgetgrent.c \
42         sgetpwent.c \
43         sgetspent.c \
44         sgroupio.c \
45         sgroupio.h\
46         shadow.c \
47         shadowio.c \
48         shadowio.h \
49         shadowmem.c \
50         utent.c
51
52 # These files are unneeded for some reason, listed in
53 # order of appearance:
54 #
55 # sources for dbm support (not yet used)
56
57 EXTRA_DIST = \
58         .indent.pro \
59         gshadow_.h