]> granicus.if.org Git - shadow/blob - lib/Makefile.am
Do not install the shadow library per default.
[shadow] / 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 libshadow_la_LIBADD = $(INTLLIBS) $(LIBCRYPT) $(LIBSKEY) $(LIBMD)
10
11 libshadow_la_SOURCES = \
12         commonio.c \
13         commonio.h \
14         defines.h \
15         encrypt.c \
16         exitcodes.h \
17         faillog.h \
18         fputsx.c \
19         getdef.c \
20         getdef.h \
21         groupio.c \
22         groupmem.c \
23         groupio.h \
24         gshadow.c \
25         lockpw.c \
26         nscd.c \
27         nscd.h \
28         pam_defs.h \
29         port.c \
30         port.h \
31         prototypes.h \
32         pwauth.c \
33         pwauth.h \
34         pwio.c \
35         pwio.h \
36         pwmem.c \
37         sgetgrent.c \
38         sgetpwent.c \
39         sgroupio.c \
40         sgroupio.h\
41         shadow.c \
42         shadowio.c \
43         shadowio.h \
44         shadowmem.c \
45         utent.c
46
47 # These files are unneeded for some reason, listed in
48 # order of appearance:
49 #
50 # sources for dbm support (not yet used)
51
52 EXTRA_DIST = \
53         .indent.pro \
54         gshadow_.h