diff options
| author | Miklos Vajna <vmiklos@frugalware.org> | 2007-12-31 00:40:59 +0100 | 
|---|---|---|
| committer | Miklos Vajna <vmiklos@frugalware.org> | 2007-12-31 00:40:59 +0100 | 
| commit | debc281b8f35015c0491c3a34465f82289a0e919 (patch) | |
| tree | cebf5fb9219a693a7ea5d8164ced007a83002178 | |
| parent | 6f7ac174bb8fbde5e07e1c7da3cf691ecb4e172b (diff) | |
encode: md5.c is no longer in protocols/, it's in lib/
Fix build failure.
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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  | 
