GH-1068: Add zeek symlink to allow "zeek/Foo.h" include style

Also changes `zeek-config --include_dir` to now output
`$prefix/include:$prefix/include/zeek` instead of only
`$prefix/include/zeek`
This commit is contained in:
Jon Siwek 2020-07-20 17:54:09 -07:00
parent 8e70ff653f
commit 9642feeaf2
8 changed files with 20 additions and 11 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include <plugin/Plugin.h>
#include <zeek/plugin/Plugin.h>
namespace plugin {
namespace Demo_Hooks {