aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-03-01 21:17:35 +0000
committerJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-03-01 21:19:40 +0000
commit8f7303df82e0f77a909716ae7233cd87360357b3 (patch)
treedb1822125e9222477fdb0ccb82b36c2ddb2da4b2 /plugins/epan
parent7f105d39813914036f6c04a2d73b315542cde322 (diff)
Fix checkapi stats_tree files
Should not include "plugin.c".
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/stats_tree/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/epan/stats_tree/CMakeLists.txt b/plugins/epan/stats_tree/CMakeLists.txt
index 1340607a79..6b6fc2896a 100644
--- a/plugins/epan/stats_tree/CMakeLists.txt
+++ b/plugins/epan/stats_tree/CMakeLists.txt
@@ -38,7 +38,7 @@ target_link_libraries(stats_tree epan)
install_plugin(stats_tree epan)
-file(GLOB PLUGIN_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "*.h")
+file(GLOB TAP_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "*.h")
CHECKAPI(
NAME
stats_tree
@@ -46,8 +46,8 @@ CHECKAPI(
--group dissectors-prohibited
--group dissectors-restricted
SOURCES
- ${PLUGIN_FILES}
- ${PLUGIN_HEADERS}
+ ${TAP_SRC}
+ ${TAP_HEADERS}
)
#