From c5a1da0c735c428a53596b31b32aae82a257c3bf Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 3 Aug 2012 22:03:33 -0700 Subject: move spf_example here (from ~/hack) --- tools/makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tools/makefile') diff --git a/tools/makefile b/tools/makefile index 7d0afbf..8b31fdc 100644 --- a/tools/makefile +++ b/tools/makefile @@ -20,8 +20,8 @@ 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 ward.c +qmain = pido.c hi-q.c skrewt.c hi-test.c mail-scan.c greylist.c \ + wripper.c spf_example.c ward.c qprogs = $(qmain:%.c=%) @@ -46,6 +46,9 @@ beware_other = checkpassword.c spamc.c all: $(qprogs) $(moreprogs) fixown2 ward +spf_example : spf_example.o sepofra.o utils.o + $(CXX) $^ -lspf2 -o $@ + show: : --- $(qprogs) +++ $(moreprogs) -- cgit v1.2.3