annotate src/Makefile.am @ 111:d0dad5610980
move to autoconf/automake/docbook
author |
carl |
date |
Sun, 18 Dec 2005 15:16:25 -0800 |
parents |
1c7677042b78 |
children |
96b2eb7f25f5 |
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
|
|
3
|
|
4 # set the include path found by configure
|
|
5 INCLUDES= $(all_includes)
|
|
6
|
|
7 # the library search path.
|
|
8 dnsbl_LDFLAGS = $(all_libraries) -pthread
|
|
9
|
|
10 # default compile flags
|
|
11 dnsbl_CXXFLAGS = -pthread
|
|
12
|