aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-06-23 11:29:46 -0700
committerGuy Harris <guy@alum.mit.edu>2015-06-23 18:30:30 +0000
commit65bac2d1dbf59bf3b9b5ec990c90071eb5a4c2dc (patch)
treeb46ce30a5992987c0e9bfb33cc36a6fc2e286282 /epan/dissectors/Makefile.common
parent0901e26505ca57b8331aa3edc9e43f1f087a3d77 (diff)
Remove the P1 dissector from the dirty dissectors list.
It was already added to the clean dissectors list, but wasn't removed from the dirty dissectors list, so it was built twice and linked in twice, and hilarity ensued. Change-Id: Ic4636f17b61e619546dc21a04ebbaace0296d583 Reviewed-on: https://code.wireshark.org/review/9067 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index e4ec4f68f0..6f08a14dd6 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -208,7 +208,6 @@ CORBA_IDL_DISSECTOR_SRC =
# asn2wrs-generated ASN.1 dissectors with warnings.
#
DIRTY_ASN1_DISSECTOR_SRC = \
- packet-p1.c \
packet-snmp.c \
packet-tcap.c \
$(CUSTOM_DIRTY_ASN1_DISSECTOR_SRC)