equal
deleted
inserted
replaced
|
1 noinst_LIBRARIES = libconfig.a |
|
2 bin_PROGRAMS = showvconfig |
|
3 EXTRA_DIST = configrc.in build-config.sh \ |
|
4 configrc.h.in Makefile.am.in configvar.in showvconfig.cc.in |
|
5 |
|
6 INCLUDES = -I.. |
|
7 |
|
8 libconfig_a_SOURCES = \ |
|
9 _autoresponse_dir.cc \ |
|
10 _autoresponse_file.cc \ |
|
11 _bulletin_dir.cc \ |
|
12 _default_expiry.cc \ |
|
13 _default_maildir.cc \ |
|
14 _default_msgcount.cc \ |
|
15 _default_msgsize.cc \ |
|
16 _default_hardquota.cc \ |
|
17 _default_softquota.cc \ |
|
18 _default_username.cc \ |
|
19 _error_maildir.cc \ |
|
20 _global_bulletin_dir.cc \ |
|
21 _maildir_arg_str.cc \ |
|
22 _password_file.cc \ |
|
23 _postmaster_aliases.cc \ |
|
24 _postmaster_email.cc \ |
|
25 _qmail_root.cc \ |
|
26 _separators.cc \ |
|
27 _socket_file.cc \ |
|
28 _user_dir.cc \ |
|
29 _user_dir_bits.cc \ |
|
30 _user_dir_slices.cc \ |
|
31 configio.h config_read.cc \ |
|
32 configrc.h configrc.cc \ |
|
33 read_dir.cc read_list.cc read_str.cc read_uns.cc |
|
34 |
|
35 showvconfig_SOURCES = showvconfig.cc |
|
36 showvconfig_LDADD = libconfig.a ../fdbuf/libfdbuf.a ../misc/libmisc.a \ |
|
37 ../mystring/libmystring.a ../vdomain/libvdomain.a \ |
|
38 ../vpwtable/libvpwtable.a |