diff src/Makefile.am @ 211:4db1457cd11a stable-6-0-18

Extend auto-whitelisting when receiving mail even if the auto whitelist is specified in a parent context. Fixes for Solaris from sm-archive.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 22 Mar 2008 11:19:36 -0700
parents d6531c702be3
children d26b9551c9eb
line wrap: on
line diff
--- a/src/Makefile.am	Wed Mar 05 18:24:36 2008 -0800
+++ b/src/Makefile.am	Sat Mar 22 11:19:36 2008 -0700
@@ -1,6 +1,6 @@
 sbin_PROGRAMS = dnsbl
-dnsbl_SOURCES = dnsbl.cpp dnsbl.h dccifd.cpp dccifd.h spamass.cpp spamass.h context.cpp context.h tokenizer.cpp tokenizer.h scanner.cpp scanner.h includes.h
-EXTRA_DIST = test.cpp
+dnsbl_SOURCES = dnsbl.cpp dnsbl.h dccifd.cpp dccifd.h spamass.cpp spamass.h context.cpp context.h tokenizer.cpp tokenizer.h scanner.cpp scanner.h includes.h daemon.h
+EXTRA_DIST = daemon.c test.cpp
 
 # set the include path found by configure
 INCLUDES= $(all_includes)