mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update CMake to use aux/zeekctl and aux/zeek-aux submodules
Instead of the old "bro" versions of those which are no symlinks.
This commit is contained in:
parent
f37a16b715
commit
385a3a5ae8
3 changed files with 7 additions and 3 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.6-288 | 2019-05-14 17:47:55 -0700
|
||||
|
||||
* Update CMake to use aux/zeekctl and aux/zeek-aux submodules (Jon Siwek, Corelight)
|
||||
|
||||
2.6-287 | 2019-05-14 17:40:40 -0700
|
||||
|
||||
* Rename broctl submodule to zeekctl (Jon Siwek, Corelight)
|
||||
|
|
|
@ -331,8 +331,8 @@ add_subdirectory(man)
|
|||
|
||||
include(CheckOptionalBuildSources)
|
||||
|
||||
CheckOptionalBuildSources(aux/broctl ZeekControl INSTALL_ZEEKCTL)
|
||||
CheckOptionalBuildSources(aux/bro-aux Bro-Aux INSTALL_AUX_TOOLS)
|
||||
CheckOptionalBuildSources(aux/zeekctl ZeekControl INSTALL_ZEEKCTL)
|
||||
CheckOptionalBuildSources(aux/zeek-aux Zeek-Aux INSTALL_AUX_TOOLS)
|
||||
|
||||
########################################################################
|
||||
## Packaging Setup
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-287
|
||||
2.6-288
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue