From 2db619bf6bb01efdc01ce9b3729575ae21abcf5f Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 23 Nov 2012 10:51:06 -0800 Subject: configure to use new "ward" in place of older skrewt --- tools/makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/makefile') diff --git a/tools/makefile b/tools/makefile index 97a39b4..38d35ce 100644 --- a/tools/makefile +++ b/tools/makefile @@ -11,11 +11,13 @@ CFLAGS = -std=gnu++0x -Wall -g -I $(HOME)/lib/include .SECONDARY : # do not remove any intermediate files # sources for main programs that go in /var/qmail/bin -qmain = pido.c hi-q.c skrewt.c hi-test.c mail-scan.c greylist.c wripper.c +qmain = pido.c hi-q.c skrewt.c hi-test.c mail-scan.c \ + greylist.c wripper.c ward.c + qprogs = $(qmain:%.c=%) # sources for other main programs: -moremain = wripper.c bash-c.c ltgrey.c fixown.c ward.c +moremain = wripper.c bash-c.c ltgrey.c fixown.c moreprogs = $(moremain:%.c=%) nonmain = libltgrey.c -- cgit v1.2.3