diff options
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |