aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-12-05 00:26:39 -0800
committerGuy Harris <guy@alum.mit.edu>2015-12-05 08:27:38 +0000
commit4c5f5820b4f79a890f00c5c0b2ac6179ae5e3270 (patch)
tree57d5f5246c3ee7019f900cfe46a5642b9be166a1
parentf51bad11d70b2548ed2cbf117b90bd9dbf1afedf (diff)
Remove a remnant of the old removed support for Python dissectors.
Change-Id: Ib5dcfc3b6ed08310b5aa8ddc3e08a0951f24bbb4 Reviewed-on: https://code.wireshark.org/review/12434 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index ecb919c49e..2383af0433 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -63,7 +63,7 @@ endif
libwireshark_la_SOURCES = \
$(LIBWIRESHARK_SRC) \
$(LIBWIRESHARK_INCLUDES)
-libwireshark_la_CFLAGS = $(AM_NON_GENERATED_CFLAGS) $(py_dissectors_dir)
+libwireshark_la_CFLAGS = $(AM_NON_GENERATED_CFLAGS)
libwireshark_generated_la_SOURCES = \
$(LIBWIRESHARK_GENERATED_C_FILES) \