Remove the P1 dissector from the dirty dissectors list.
authorGuy Harris <guy@alum.mit.edu>
Tue, 23 Jun 2015 18:29:46 +0000 (11:29 -0700)
committerGuy Harris <guy@alum.mit.edu>
Tue, 23 Jun 2015 18:30:30 +0000 (18:30 +0000)
commit65bac2d1dbf59bf3b9b5ec990c90071eb5a4c2dc
treeb46ce30a5992987c0e9bfb33cc36a6fc2e286282
parent0901e26505ca57b8331aa3edc9e43f1f087a3d77
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>
epan/dissectors/Makefile.common