From debc281b8f35015c0491c3a34465f82289a0e919 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 31 Dec 2007 00:40:59 +0100 Subject: encode: md5.c is no longer in protocols/, it's in lib/ Fix build failure. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9dd2e17..0a988feb 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ ifndef DEBUG endif encode: crypting.c - $(CC) crypting.c protocols/md5.c $(CFLAGS) -o encode -DCRYPTING_MAIN $(CFLAGS) $(EFLAGS) $(LFLAGS) + $(CC) crypting.c lib/md5.c $(CFLAGS) -o encode -DCRYPTING_MAIN $(CFLAGS) $(EFLAGS) $(LFLAGS) decode: encode cp encode decode -- cgit v1.2.3