aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2007-12-31 00:40:59 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2007-12-31 00:40:59 +0100
commitdebc281b8f35015c0491c3a34465f82289a0e919 (patch)
treecebf5fb9219a693a7ea5d8164ced007a83002178
parent6f7ac174bb8fbde5e07e1c7da3cf691ecb4e172b (diff)
encode: md5.c is no longer in protocols/, it's in lib/
Fix build failure.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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