masqmail

view src/Makefile.am @ 164:5b621742b2e7

removed the mserver feature i.e. the functionality itself in the code the `mserver' value of online_detect and `mserver_iface' config options and the --enable-mserver configure option All functionality, however, is still available through mservdetect
author meillo@marmaro.de
date Thu, 08 Jul 2010 22:01:33 +0200
parents 08114f7dcc23
children bd7c52a36b0c
line source
1 SUBDIRS=base64 md5 libident
3 AM_CFLAGS=@CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED
5 sbin_PROGRAMS=masqmail
6 bin_PROGRAMS=mservdetect
7 noinst_PROGRAMS=smtpsend readtest
9 masqmail_SOURCES=\
10 dotlock.h\
11 masqmail.h\
12 readsock.h\
13 smtp_out.h\
14 lookup.h\
15 accept.c\
16 address.c\
17 alias.c\
18 child.c\
19 connect.c\
20 conf.c\
21 deliver.c\
22 dotlock.c\
23 expand.c\
24 fail_msg.c\
25 get.c\
26 header.c\
27 interface.c\
28 local.c\
29 log.c\
30 listen.c\
31 lookup.c\
32 masqmail.c\
33 message.c\
34 online.c\
35 parse.c\
36 peopen.c\
37 peopen.h\
38 permissions.c\
39 pop3_in.c\
40 pop3_in.h\
41 readsock.c\
42 rewrite.c\
43 route.c\
44 queue.c\
45 smtp_in.c\
46 smtp_out.c\
47 spool.c\
48 tables.c\
49 timeival.c
51 smtpsend_SOURCES=\
52 smtpsend.c\
53 masqmail.h\
54 readsock.h\
55 smtp_out.h\
56 lookup.h\
57 accept.c\
58 address.c\
59 child.c\
60 connect.c\
61 header.c\
62 interface.c\
63 lookup.c\
64 message.c\
65 parse.c\
66 peopen.c\
67 readsock.c\
68 smtp_out.c
70 mservdetect_SOURCES=\
71 masqmail.h\
72 readsock.h\
73 mservdetect.c\
74 interface.c\
75 readsock.c\
76 peopen.c
78 readtest_SOURCES=\
79 readsock.c\
80 readsock.h\
81 readtest.c
83 masqmail_LDADD=@RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ @IDENT_LIBS@
84 smtpsend_LDADD=@RESOLV_LIBS@ @GLIB_LIBS@ @MD5_LIBS@ @BASE64_LIBS@
85 mservdetect_LDADD=@GLIB_LIBS@
86 readtest_LDADD=@GLIB_LIBS@