annotate src/Makefile.am @ 128:9ab51896447f
stable-5-18
don't do uribl lookups on rfc1918 address space
author |
carl |
date |
Thu, 27 Apr 2006 10:05:43 -0700 |
parents |
a893afee4b80 |
children |
9330b8d6a56b |
rev |
line source |
108
|
1 sbin_PROGRAMS = dnsbl
|
|
2 dnsbl_SOURCES = dnsbl.cpp dnsbl.h context.cpp context.h tokenizer.cpp tokenizer.h scanner.cpp scanner.h includes.h
|
113
|
3 EXTRA_DIST = test.cpp
|
108
|
4
|
|
5 # set the include path found by configure
|
|
6 INCLUDES= $(all_includes)
|
|
7
|
|
8 # the library search path.
|
112
|
9 dnsbl_LDFLAGS = $(all_libraries) /usr/lib/libresolv.a -lmilter -pthread
|
108
|
10
|
|
11 # default compile flags
|
|
12 dnsbl_CXXFLAGS = -pthread
|
|
13
|