Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r221a273 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.