aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-12-17 16:06:54 +0000
committerGerald Combs <gerald@wireshark.org>2002-12-17 16:06:54 +0000
commitb287a6d3d9d77cc964c3a1cab1b0072b4f32cf97 (patch)
treedcb9a1294258099cf1d086bafece2a5805b0b25e /Makefile.am
parent1027314b99b947f2890bdf49d90b777be2b2b34a (diff)
Rename md5.[ch] to crypt-md5.[ch] to conform with our naming conventions.
svn path=/trunk/; revision=6793
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 4526c4b35b..e5a094aab6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.528 2002/12/17 04:05:20 gerald Exp $
+# $Id: Makefile.am,v 1.529 2002/12/17 16:06:54 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -627,6 +627,8 @@ ETHEREAL_COMMON_SRC = \
conditions.h \
crypt-md4.c \
crypt-md4.h \
+ crypt-md5.c \
+ crypt-md5.h \
crypt-rc4.c \
crypt-rc4.h \
etypes.h \
@@ -640,8 +642,6 @@ ETHEREAL_COMMON_SRC = \
ipproto.c \
ipproto.h \
llcsaps.h \
- md5.c \
- md5.h \
nlpid.h \
oui.h \
pcap-util.c \