Mercurial > dnsbl
comparison 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 |
comparison
equal
deleted
inserted
replaced
210:cf2ecf5bacc9 | 211:4db1457cd11a |
---|---|
1 sbin_PROGRAMS = dnsbl | 1 sbin_PROGRAMS = dnsbl |
2 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 | 2 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 |
3 EXTRA_DIST = test.cpp | 3 EXTRA_DIST = daemon.c test.cpp |
4 | 4 |
5 # set the include path found by configure | 5 # set the include path found by configure |
6 INCLUDES= $(all_includes) | 6 INCLUDES= $(all_includes) |
7 | 7 |
8 # the library search path. | 8 # the library search path. |