view src/Makefile.am @ 169:44021d570958

fix pre/post scripts in rpm spec file
author carl
date Thu, 30 Aug 2007 12:05:44 -0700
parents 97d7da45fe2a
children d6531c702be3
line wrap: on
line source

sbin_PROGRAMS = dnsbl
dnsbl_SOURCES = dnsbl.cpp dnsbl.h spamass.cpp spamass.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_CFLAGS) $(PTHREAD_LIBS)
dnsbl_LDADD   = $(all_libraries) /usr/lib/libresolv.a -lmilter

# default compile flags
dnsbl_CXXFLAGS = $(PTHREAD_CFLAGS)