masqmail

diff src/Makefile.am @ 192:89f951be358f

REMOVED POP3 SUPPORT masqmail will not include a POP3 client anymore from 0.3.0 on maybe the POP3 code will be reworked into a standalone program some day if you rely on the POP3 client, use fetchmail or something similar instead
author meillo@marmaro.de
date Thu, 15 Jul 2010 14:24:40 +0200
parents bd7c52a36b0c
children 116b0269c934
line diff
     1.1 --- a/src/Makefile.am	Thu Jul 15 11:48:33 2010 +0200
     1.2 +++ b/src/Makefile.am	Thu Jul 15 14:24:40 2010 +0200
     1.3 @@ -22,7 +22,6 @@
     1.4  	dotlock.c\
     1.5  	expand.c\
     1.6  	fail_msg.c\
     1.7 -	get.c\
     1.8  	header.c\
     1.9  	interface.c\
    1.10  	local.c\
    1.11 @@ -36,8 +35,6 @@
    1.12  	peopen.c\
    1.13  	peopen.h\
    1.14  	permissions.c\
    1.15 -	pop3_in.c\
    1.16 -	pop3_in.h\
    1.17  	readsock.c\
    1.18  	rewrite.c\
    1.19  	route.c\