Mercurial > dnsbl
view src/Makefile.am @ 159:ea7c57a4a2d1 stable-6-01
add auto whitelisting
author | carl |
---|---|
date | Sun, 08 Jul 2007 11:57:51 -0700 |
parents | 9330b8d6a56b |
children | c4bce911c276 |
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 = -pthread dnsbl_LDADD = $(all_libraries) /usr/lib/libresolv.a -lmilter # default compile flags dnsbl_CXXFLAGS = -pthread