mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Filters, second try. This time they have their own directory.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
source=cf-parse.tab.c cf-lex.c f-util.c
|
||||
source=cf-parse.tab.c cf-lex.c
|
||||
root-rel=../
|
||||
|
||||
include ../Rules
|
||||
|
||||
conf-src=$(srcdir)/conf
|
||||
conf-fragments=$(conf-src)/confbase.Y @CONFS@ $(addsuffix /config.Y,$(static-dir-paths)) $(conf-src)/filter.Y
|
||||
conf-fragments=$(conf-src)/confbase.Y @CONFS@ $(addsuffix /config.Y,$(static-dir-paths))
|
||||
|
||||
ifdef DEBUG
|
||||
BISON_DEBUG=-t
|
||||
|
@@ -16,7 +16,7 @@ CF_HDR
|
||||
#include "nest/protocol.h"
|
||||
#include "nest/iface.h"
|
||||
#include "nest/route.h"
|
||||
#include "conf/filter.h"
|
||||
#include "filter/filter.h"
|
||||
|
||||
CF_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user