Fix checkapi stats_tree files

Should not include "plugin.c".
This commit is contained in:
João Valverde 2021-03-01 21:17:35 +00:00
parent 7f105d3981
commit 8f7303df82
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ target_link_libraries(stats_tree epan)
install_plugin(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( CHECKAPI(
NAME NAME
stats_tree stats_tree
@ -46,8 +46,8 @@ CHECKAPI(
--group dissectors-prohibited --group dissectors-prohibited
--group dissectors-restricted --group dissectors-restricted
SOURCES SOURCES
${PLUGIN_FILES} ${TAP_SRC}
${PLUGIN_HEADERS} ${TAP_HEADERS}
) )
# #