comparison src/Makefile.am @ 163:97d7da45fe2a

spamassassin changes
author carl
date Sun, 26 Aug 2007 19:03:17 -0700
parents c4bce911c276
children d6531c702be3
comparison
equal deleted inserted replaced
162:c4bce911c276 163:97d7da45fe2a
1 sbin_PROGRAMS = dnsbl 1 sbin_PROGRAMS = dnsbl
2 dnsbl_SOURCES = dnsbl.cpp dnsbl.h context.cpp context.h tokenizer.cpp tokenizer.h scanner.cpp scanner.h includes.h 2 dnsbl_SOURCES = dnsbl.cpp dnsbl.h spamass.cpp spamass.h context.cpp context.h tokenizer.cpp tokenizer.h scanner.cpp scanner.h includes.h
3 EXTRA_DIST = test.cpp 3 EXTRA_DIST = test.cpp
4 4
5 # set the include path found by configure 5 # set the include path found by configure
6 INCLUDES= $(all_includes) 6 INCLUDES= $(all_includes)
7 7