From 48d376fbb2d8adeff6dbc724289fdb85938228bd Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 2 Mar 2015 00:16:16 +0100 Subject: plugins: fix dissector registration with CMake Noticed when comparing output of `tshark -G fields` between autofoo and cmake builds. With this change, I see no differences anymore. While only WiMax needs this change, do a similar thing for consistency with autofoo and between dissectors (actually, the contents of ${PLUGIN_FILES} minus plugin.c was used). Change-Id: Ib61f69dcc0b8eda713da931b6cc3e946848bea9d Reviewed-on: https://code.wireshark.org/review/7462 Reviewed-by: Evan Huus Reviewed-by: Jeff Morriss --- plugins/mate/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/mate') diff --git a/plugins/mate/CMakeLists.txt b/plugins/mate/CMakeLists.txt index 66e76c95ad..f800e21f37 100644 --- a/plugins/mate/CMakeLists.txt +++ b/plugins/mate/CMakeLists.txt @@ -71,6 +71,7 @@ endif() register_dissector_files(plugin.c plugin ${DISSECTOR_SRC} + ${DISSECTOR_SUPPORT_SRC} ) add_plugin_library(mate) -- cgit v1.2.1