Mercurial > dnsbl
comparison src/Makefile.am @ 108:1c7677042b78
move to autoconf/automake/docbook
author | carl |
---|---|
date | Sun, 18 Dec 2005 12:05:05 -0800 |
parents | |
children | 96b2eb7f25f5 |
comparison
equal
deleted
inserted
replaced
107:eeaaecda4acc | 108:1c7677042b78 |
---|---|
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 |