Changeset debc281 for Makefile


Ignore:
Timestamp:
2007-12-30T23:40:59Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
6e68a52
Parents:
6f7ac17
Message:

encode: md5.c is no longer in protocols/, it's in lib/

Fix build failure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6f7ac17 rdebc281  
    116116
    117117encode: crypting.c
    118         $(CC) crypting.c protocols/md5.c $(CFLAGS) -o encode -DCRYPTING_MAIN $(CFLAGS) $(EFLAGS) $(LFLAGS)
     118        $(CC) crypting.c lib/md5.c $(CFLAGS) -o encode -DCRYPTING_MAIN $(CFLAGS) $(EFLAGS) $(LFLAGS)
    119119
    120120decode: encode
Note: See TracChangeset for help on using the changeset viewer.