mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Prefix #includes of .bif.h files with zeek/
This enables locating the headers within the install-tree using the dirs provided by `zeek-config --include_dir`. To enable locating these headers within the build-tree, this change also creates a 'build/src/include/zeek -> ..' symlink.
This commit is contained in:
parent
c348ab7916
commit
c44cbe1feb
144 changed files with 239 additions and 231 deletions
|
@ -10,10 +10,10 @@
|
|||
|
||||
#include "zeek/Reporter.h"
|
||||
|
||||
#include "file_analysis/analyzer/x509/x509-extension_pac.h"
|
||||
#include "file_analysis/analyzer/x509/events.bif.h"
|
||||
#include "file_analysis/analyzer/x509/ocsp_events.bif.h"
|
||||
#include "file_analysis/analyzer/x509/types.bif.h"
|
||||
#include "zeek/file_analysis/analyzer/x509/x509-extension_pac.h"
|
||||
#include "zeek/file_analysis/analyzer/x509/events.bif.h"
|
||||
#include "zeek/file_analysis/analyzer/x509/ocsp_events.bif.h"
|
||||
#include "zeek/file_analysis/analyzer/x509/types.bif.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue