aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-02-16 11:32:39 -0800
committerGuy Harris <guy@alum.mit.edu>2015-02-16 19:33:57 +0000
commitcfb1bc3bb44d6b5a12eac28905b02e6a3a60d17b (patch)
tree6e75b150888d6a67bd76af6dc667527b809ca770 /epan/Makefile.common
parent4765bbc2a906a6ce4f141aa5beb46c553b4667bd (diff)
Put the 64-bit hash routines into a common file.
Some or all are used by the Infiniband, MBIM, and RSVD dissectors; put them into a common source file, with a header for them, and just include the header in the dissectors. Change-Id: I724f0c2232ba751ccbd491222af6f03bafd6d63c Reviewed-on: https://code.wireshark.org/review/7182 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 28ace26330..99a0bb3aff 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -57,6 +57,7 @@ LIBWIRESHARK_SRC = \
frame_data_sequence.c \
frequency-utils.c \
funnel.c \
+ g_int64_hash_routines.c \
gcp.c \
geoip_db.c \
golay.c \
@@ -195,6 +196,7 @@ LIBWIRESHARK_INCLUDES = \
frame_data_sequence.h \
frequency-utils.h \
funnel.h \
+ g_int64_hash_routines.h \
garrayfix.h \
gcp.h \
geoip_db.h \