Mercurial > dnsbl
view src/Makefile.am @ 214:82886d4dd71f stable-6-0-19
Fixes to compile on Fedora 9 and for const correctness.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 10 Jun 2008 08:58:42 -0700 |
parents | 4db1457cd11a |
children | d26b9551c9eb |
line wrap: on
line source
sbin_PROGRAMS = dnsbl dnsbl_SOURCES = dnsbl.cpp dnsbl.h dccifd.cpp dccifd.h spamass.cpp spamass.h context.cpp context.h tokenizer.cpp tokenizer.h scanner.cpp scanner.h includes.h daemon.h EXTRA_DIST = daemon.c test.cpp # set the include path found by configure INCLUDES= $(all_includes) # the library search path. dnsbl_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) dnsbl_LDADD = $(all_libraries) /usr/lib/libresolv.a -lmilter # default compile flags dnsbl_CXXFLAGS = $(PTHREAD_CFLAGS)