1
0
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:
Pavel Machek
1999-01-15 16:49:17 +00:00
parent b79f9215b9
commit b9d70dc84e
7 changed files with 197 additions and 4 deletions

View File

@@ -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

View File

@@ -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