aboutsummaryrefslogtreecommitdiffstats
path: root/epan/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 /epan/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 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 9df285db36..db9017fbab 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.28 2004/06/04 00:12:12 sahlberg Exp $
+# $Id: Makefile.common,v 1.29 2004/06/25 07:19:47 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -497,6 +497,7 @@ DISSECTOR_SUPPORT_SRC = \
../afn.c \
../asn1.c \
../column.c \
+ ../crc16.c \
../crc32.c \
../crypt-des.c \
../crypt-md4.c \