mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Fix some build errors.
On GCC, some namespace sensitivity and file analyzer plugins now need to link in Analyzer since it's not just a header anymore.
This commit is contained in:
parent
238e4a8d5c
commit
ee7dba806d
4 changed files with 5 additions and 4 deletions
|
@ -4,5 +4,5 @@ include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}
|
|||
${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
bro_plugin_begin(Bro FileExtract)
|
||||
bro_plugin_cc(Extract.cc Plugin.cc)
|
||||
bro_plugin_cc(Extract.cc Plugin.cc ../../Analyzer.cc)
|
||||
bro_plugin_end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue