From 159a3f448ad2caf9468921a4387c2dbafe09c3a3 Mon Sep 17 00:00:00 2001 From: John Denker Date: Tue, 31 Jul 2012 18:08:21 -0700 Subject: bring sepofra over from ~/hack/ --- tools/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/makefile') diff --git a/tools/makefile b/tools/makefile index 723d756..5bd5711 100644 --- a/tools/makefile +++ b/tools/makefile @@ -47,8 +47,8 @@ fixown2: fixown.o utils.o chmod o-rwx $@ ./fixown $@ -skrewt: skrewt.o utils.o - $(CC) $^ -lboost_filesystem-mt -lboost_system -o $@ +skrewt: skrewt.o utils.o sepofra.o + $(CC) $^ -lboost_filesystem-mt -lboost_system -lspf2 -o $@ ./fixown $@ greylist: greylist.o utils.o -- cgit v1.2.3