annotate src/Makefile.am @ 114:f4f5fb263072
cleanup list of tlds, add trailing / on http package directory reference
author |
carl |
date |
Sat, 24 Dec 2005 06:26:48 -0800 |
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
|