Mercurial > dnsbl
view src/Makefile.am @ 126:05ae49d37896 stable-5-17
don't do dnsbl lookups on rfc1918 address space
author | carl |
---|---|
date | Sat, 25 Mar 2006 09:47:08 -0800 |
parents | a893afee4b80 |
children | 9330b8d6a56b |
line wrap: on
line source
sbin_PROGRAMS = dnsbl dnsbl_SOURCES = dnsbl.cpp dnsbl.h context.cpp context.h tokenizer.cpp tokenizer.h scanner.cpp scanner.h includes.h EXTRA_DIST = test.cpp # set the include path found by configure INCLUDES= $(all_includes) # the library search path. dnsbl_LDFLAGS = $(all_libraries) /usr/lib/libresolv.a -lmilter -pthread # default compile flags dnsbl_CXXFLAGS = -pthread