mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
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:
parent
8e70ff653f
commit
9642feeaf2
8 changed files with 20 additions and 11 deletions
|
@ -1,12 +1,12 @@
|
|||
|
||||
#include "Plugin.h"
|
||||
|
||||
#include <Val.h>
|
||||
#include <Func.h>
|
||||
#include <Event.h>
|
||||
#include <Conn.h>
|
||||
#include <Desc.h>
|
||||
#include <threading/Formatter.h>
|
||||
#include <zeek/Val.h>
|
||||
#include <zeek/Func.h>
|
||||
#include <zeek/Event.h>
|
||||
#include <zeek/Conn.h>
|
||||
#include <zeek/Desc.h>
|
||||
#include <zeek/threading/Formatter.h>
|
||||
|
||||
namespace plugin { namespace Demo_Hooks { Plugin plugin; } }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue