aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-06-25 07:19:47 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-06-25 07:19:47 +0000
commit05539c4c90d28c4dc53c0378ee8e84fa1544c360 (patch)
tree499163505804661ee4561ab7579cf81e6ee39412 /Makefile.common
parent392a0d43c06d489fc8c984fa3e6d0bff4274b846 (diff)
Update to the makefiles to pull in the crc16 helper for use by SIR and later others
svn path=/trunk/; revision=11239
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 9ed2aa20f4..cbed2f7345 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.48 2004/06/18 10:01:59 ulfl Exp $
+# $Id: Makefile.common,v 1.49 2004/06/25 07:19:46 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -218,6 +218,7 @@ DISSECTOR_SUPPORT_INCLUDES = \
bridged_pids.h \
chdlctypes.h \
column.h \
+ crc16.h \
crc32.h \
crypt-des.h \
crypt-md4.h \