aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-10-12 17:44:04 +0200
committerMichael Mann <mmann78@netscape.net>2014-10-12 17:46:58 +0000
commit4e328e47098501c65f751774b8a13493f44b7214 (patch)
treebc27d83f44f88d4f6c974a6642777b74917e9d20 /epan/dissectors/Makefile.am
parentd62b323c5e29cf42c505b57a44e569f13de4fec7 (diff)
DCERPC: Remove DIRTY_PIDL_DISSECTOR_SRC
Now mapi and drsuapi build without warning ! Change-Id: Iae19af2fd06fd998a13696ba2adf6cd12d311f58 Reviewed-on: https://code.wireshark.org/review/4619 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 1712fec8f5..7080bd1225 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -27,8 +27,7 @@ include Makefile.common
libdirtydissectors_la_SOURCES = \
$(DIRTY_DISSECTOR_SRC) \
- $(DIRTY_ASN1_DISSECTOR_SRC) \
- $(DIRTY_PIDL_DISSECTOR_SRC)
+ $(DIRTY_ASN1_DISSECTOR_SRC)
if HAVE_WARNINGS_AS_ERRORS
AM_CLEAN_CFLAGS = -Werror