aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-09-01 19:33:24 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-02 02:34:09 +0000
commita66a216820f877881217485388b86c73722b351d (patch)
treedee6c8bcafaebb596884bfb4906758454d3fd23b /epan/dissectors/Makefile.am
parent1ef38667197289f585c7315beacb87179c21b1b6 (diff)
Don't export structures used internally by dissectors for Export Objects.
They're not used anywhere other than inside the dissectors, so make them private to the dissectors. Change-Id: I9946713f34f95a8173fd7748055fd4aa2e870f70 Reviewed-on: https://code.wireshark.org/review/23357 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 51b38fcbff..c45cde67f5 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -1535,7 +1535,6 @@ DISSECTOR_INCLUDES = \
packet-dcerpc-tapi.h \
packet-dcom.h \
packet-dcom-dispatch.h \
- packet-dcm.h \
packet-diameter.h \
packet-diameter_3gpp.h \
packet-diffserv-mpls-common.h \