Changeset 6e68a52


Ignore:
Timestamp:
2008-01-05T19:56:34Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1febf5c
Parents:
3585c5a (diff), debc281 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Build fix from vmiklos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r3585c5a r6e68a52  
    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.