mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Do some updates to remove build time warnings.
The linker was complaining about linking files that didn't have any symbols. These were actually empty files so I just got rid of them and removed references to them.
This commit is contained in:
parent
b89fe748c9
commit
01a3943635
16 changed files with 11 additions and 41 deletions
|
@ -5,7 +5,7 @@ include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DI
|
|||
|
||||
bro_plugin_begin(Bro GSSAPI)
|
||||
bro_plugin_cc(GSSAPI.cc Plugin.cc)
|
||||
bro_plugin_bif(types.bif events.bif)
|
||||
bro_plugin_bif(events.bif)
|
||||
bro_plugin_pac(
|
||||
gssapi.pac
|
||||
gssapi-protocol.pac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue