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:
Jon Siwek 2019-05-14 17:46:25 -07:00
parent f37a16b715
commit 385a3a5ae8
3 changed files with 7 additions and 3 deletions

View file

@ -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 2.6-287 | 2019-05-14 17:40:40 -0700
* Rename broctl submodule to zeekctl (Jon Siwek, Corelight) * Rename broctl submodule to zeekctl (Jon Siwek, Corelight)

View file

@ -331,8 +331,8 @@ add_subdirectory(man)
include(CheckOptionalBuildSources) include(CheckOptionalBuildSources)
CheckOptionalBuildSources(aux/broctl ZeekControl INSTALL_ZEEKCTL) CheckOptionalBuildSources(aux/zeekctl ZeekControl INSTALL_ZEEKCTL)
CheckOptionalBuildSources(aux/bro-aux Bro-Aux INSTALL_AUX_TOOLS) CheckOptionalBuildSources(aux/zeek-aux Zeek-Aux INSTALL_AUX_TOOLS)
######################################################################## ########################################################################
## Packaging Setup ## Packaging Setup

View file

@ -1 +1 @@
2.6-287 2.6-288