aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-07-17 22:11:07 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-07-17 22:11:07 +0000
commit776820f3fbd1cb47904ba00436c8eecdc6ebc8bf (patch)
treed3014932653a86024e8132ce068b18fb337e6dd9 /epan/Makefile.common
parent144ca8491d7ef7a09b0df47c6951d29e9c9e2f56 (diff)
(Following my "tradition") I forgot to ci the changes to the Makefiles for crc6 and crc10
svn path=/trunk/; revision=22344
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 3f9e80fd7c..6f49d52172 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -38,8 +38,10 @@ LIBWIRESHARK_SRC = \
column.c \
column-utils.c \
conversation.c \
+ crc10.c \
crc16.c \
crc32.c \
+ crc6.c \
crcdrm.c \
emem.c \
epan.c \
@@ -144,6 +146,8 @@ LIBWIRESHARK_INCLUDES = \
column_info.h \
column-utils.h \
conversation.h \
+ crc6.h \
+ crc16.h \
crc16.h \
crc32.h \
crcdrm.h \