From b9d70dc84e488212328103438bdf4e369c7d27a1 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 15 Jan 1999 16:49:17 +0000 Subject: Filters, second try. This time they have their own directory. --- conf/Makefile | 4 ++-- conf/confbase.Y | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/Makefile b/conf/Makefile index be1e1a4..270d556 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -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 diff --git a/conf/confbase.Y b/conf/confbase.Y index b8749aa..75c98f0 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -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 -- cgit v1.2.3