Mercurial > dnsbl
view src/Makefile.am @ 229:b3652d1ae010
autoconf cleanup from libpst changes
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 07 Feb 2009 11:31:59 -0800 |
parents | da9e7f1c8160 |
children | d8ee4c97b9ab |
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) $(REGEXLIB) -lmilter -lresolv /usr/lib/libresolv.a # default compile flags dnsbl_CXXFLAGS = $(PTHREAD_CFLAGS)