masqmail

diff 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 diff
     1.1 --- a/src/Makefile.am	Thu Jul 08 14:04:39 2010 +0200
     1.2 +++ b/src/Makefile.am	Thu Jul 08 22:01:33 2010 +0200
     1.3 @@ -12,7 +12,6 @@
     1.4  	readsock.h\
     1.5  	smtp_out.h\
     1.6  	lookup.h\
     1.7 -	mserver.h\
     1.8  	accept.c\
     1.9  	address.c\
    1.10  	alias.c\
    1.11 @@ -32,7 +31,6 @@
    1.12  	lookup.c\
    1.13  	masqmail.c\
    1.14  	message.c\
    1.15 -	mserver.c\
    1.16  	online.c\
    1.17  	parse.c\
    1.18  	peopen.c\
    1.19 @@ -72,10 +70,8 @@
    1.20  mservdetect_SOURCES=\
    1.21  	masqmail.h\
    1.22  	readsock.h\
    1.23 -	mserver.h\
    1.24  	mservdetect.c\
    1.25  	interface.c\
    1.26 -	mserver.c\
    1.27  	readsock.c\
    1.28  	peopen.c
    1.29