view src/Makefile.am @ 112:96b2eb7f25f5

move to autoconf/automake/docbook
author carl
date Sun, 18 Dec 2005 16:56:38 -0800
parents 1c7677042b78
children a893afee4b80
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

# set the include path found by configure
INCLUDES= $(all_includes)

# the library search path.
dnsbl_LDFLAGS = $(all_libraries) /usr/lib/libresolv.a -lmilter -pthread

# default compile flags
dnsbl_CXXFLAGS = -pthread