|
0
|
1 |
noinst_LIBRARIES = libmisc.a
|
|
|
2 |
INCLUDES = -I..
|
|
|
3 |
EXTRA_DIST = autodelete.h debug.h hash_table.h krbauth.c stat_fns.h
|
|
|
4 |
|
|
|
5 |
if KRB5
|
|
|
6 |
KRB5_SRCS = krbauth.c
|
|
|
7 |
else
|
|
|
8 |
KRB5_SRCS =
|
|
|
9 |
endif
|
|
|
10 |
|
|
|
11 |
libmisc_a_SOURCES = $(KRB5_SRCS) \
|
|
|
12 |
crc32.h crc32.cc crc_hash.h \
|
|
|
13 |
exec.h exec.cc \
|
|
|
14 |
itoa.h itoa.cc \
|
|
|
15 |
keystrlist.cc \
|
|
|
16 |
list_table.h list_table.cc \
|
|
|
17 |
lookup.h \
|
|
|
18 |
lookup_baseuser.cc \
|
|
|
19 |
lookup_domain.cc \
|
|
|
20 |
maildir.h maildir.cc \
|
|
|
21 |
map_table.h map_table.cc \
|
|
|
22 |
md5.h md5.c \
|
|
|
23 |
md5-crypt.c \
|
|
|
24 |
passwdfn.h passwdfn.cc \
|
|
|
25 |
pwcrypt.h pwcrypt.cc \
|
|
|
26 |
pwentry.h pwentry.cc \
|
|
|
27 |
pwentry_auth.cc \
|
|
|
28 |
pwentry_export_env.cc \
|
|
|
29 |
pwentry_table.h pwentry_table.cc \
|
|
|
30 |
response.h response_write.cc response_message.cc response_read.cc \
|
|
|
31 |
server.h server.cc \
|
|
|
32 |
server_call0.cc \
|
|
|
33 |
server_call1.cc \
|
|
|
34 |
server_call2.cc \
|
|
|
35 |
server_call3.cc \
|
|
|
36 |
server_call4.cc \
|
|
|
37 |
server_call5.cc \
|
|
|
38 |
server_call6.cc \
|
|
|
39 |
strlist.h strlist.cc \
|
|
|
40 |
strlist_read.cc \
|
|
|
41 |
strlist_write.cc \
|
|
|
42 |
strtou.h strtou.c \
|
|
|
43 |
un.h \
|
|
|
44 |
utoa.h utoa.cc
|