diff options
author | Gerald Combs <gerald@wireshark.org> | 2002-12-17 16:06:54 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2002-12-17 16:06:54 +0000 |
commit | b287a6d3d9d77cc964c3a1cab1b0072b4f32cf97 (patch) | |
tree | dcb9a1294258099cf1d086bafece2a5805b0b25e /Makefile.nmake | |
parent | 1027314b99b947f2890bdf49d90b777be2b2b34a (diff) | |
download | wireshark-b287a6d3d9d77cc964c3a1cab1b0072b4f32cf97.tar.gz wireshark-b287a6d3d9d77cc964c3a1cab1b0072b4f32cf97.tar.bz2 wireshark-b287a6d3d9d77cc964c3a1cab1b0072b4f32cf97.zip |
Rename md5.[ch] to crypt-md5.[ch] to conform with our naming conventions.
svn path=/trunk/; revision=6793
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index d3aaa3f037..813362ba4f 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -1,7 +1,7 @@ ## Makefile for building ethereal.exe with Microsoft C and nmake ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake # -# $Id: Makefile.nmake,v 1.262 2002/12/17 04:05:21 gerald Exp $ +# $Id: Makefile.nmake,v 1.263 2002/12/17 16:06:54 gerald Exp $ include config.nmake include <win32.mak> @@ -352,12 +352,12 @@ ETHEREAL_COMMON_OBJECTS = \ column.obj \ conditions.obj \ crypt-md4.obj \ + cyrpt-md5.obj \ crypt-rc4.obj \ follow.obj \ getopt.obj \ in_cksum.obj \ ipproto.obj \ - md5.obj \ pcap-util.obj \ prefs.obj \ print.obj \ |