Mercurial > dnsbl
view src/Makefile.am @ 219:45b298212ff1
Added tag stable-6-0-20 for changeset d26b9551c9eb
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 27 Dec 2008 23:57:24 -0800 |
parents | d26b9551c9eb |
children | 21037aa3aae5 |
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) -lmilter -lresolv /usr/lib/libresolv.a # default compile flags dnsbl_CXXFLAGS = $(PTHREAD_CFLAGS)