aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-23 07:27:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-23 07:27:35 +0000
commit714705bfe847ba024372d9a493eda724fe6893e6 (patch)
treec36a1b624a995a36e925fd39e6b6dc89e13acf06 /epan
parent33794c58a003413e1e6e7f21f0edc3c2d6eeed7b (diff)
Add conv_id.h
svn path=/trunk/; revision=42810
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index e8e0a778ef..af5f075ee1 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -57,7 +57,7 @@ LIBWIRESHARK_SRC = \
funnel.c \
gcp.c \
geoip_db.c \
- golay.c \
+ golay.c \
guid-utils.c \
h225-persistentdata.c \
in_cksum.c \
@@ -65,7 +65,7 @@ LIBWIRESHARK_SRC = \
ipv4.c \
next_tvb.c \
nstime.c \
- oids.c \
+ oids.c \
osi-utils.c \
packet.c \
plugins.c \
@@ -148,6 +148,7 @@ LIBWIRESHARK_INCLUDES = \
column_info.h \
column-utils.h \
conversation.h \
+ conv_id.h \
crc16-tvb.h \
crc32-tvb.h \
crc8-tvb.h \