Skip to content

Commit

Permalink
Update CMake to use aux/zeekctl and aux/zeek-aux submodules
Browse files Browse the repository at this point in the history
Instead of the old "bro" versions of those which are no symlinks.
  • Loading branch information
jsiwek committed May 15, 2019
1 parent f37a16b commit 385a3a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6-287
2.6-288

0 comments on commit 385a3a5

Please sign in to comment.