mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Fixing a CMake dependency issue for the pcap bifs.
ninja said: ninja: warning: multiple rules generate scripts/base/bif/const.bif.bro. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn] Looks like there's a larger problem here involving *.bif of the same name at different locations of the source tree. For now, I'ved fixed this one by merging src/iosource/pcap/{const,functions}.bif into pcap.bif.
This commit is contained in:
parent
19d66be0aa
commit
420bef58aa
11 changed files with 29 additions and 27 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "Source.h"
|
||||
#include "iosource/Packet.h"
|
||||
|
||||
#include "const.bif.h"
|
||||
#include "pcap.bif.h"
|
||||
|
||||
#ifdef HAVE_PCAP_INT_H
|
||||
#include <pcap-int.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue