summaryrefslogtreecommitdiffstats
path: root/conf/Makefile
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-01-15 15:41:51 +0100
committerPavel Machek <pavel@ucw.cz>1999-01-15 15:41:51 +0100
commit72380a3447d2c54730a4a32495e5dd964c34f57e (patch)
tree3f2ff4ddddf46a90428c8a24d02affbee57456a9 /conf/Makefile
parent41183888ee8addbd7887936e3b41974f5824d8ae (diff)
downloadbird-72380a3447d2c54730a4a32495e5dd964c34f57e.tar
bird-72380a3447d2c54730a4a32495e5dd964c34f57e.zip
Filters added. They are unable to do anything interesting for now
(with exception of printing integers to screen), but they exist.
Diffstat (limited to 'conf/Makefile')
-rw-r--r--conf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/Makefile b/conf/Makefile
index 270d556..be1e1a4 100644
--- a/conf/Makefile
+++ b/conf/Makefile
@@ -1,10 +1,10 @@
-source=cf-parse.tab.c cf-lex.c
+source=cf-parse.tab.c cf-lex.c f-util.c
root-rel=../
include ../Rules
conf-src=$(srcdir)/conf
-conf-fragments=$(conf-src)/confbase.Y @CONFS@ $(addsuffix /config.Y,$(static-dir-paths))
+conf-fragments=$(conf-src)/confbase.Y @CONFS@ $(addsuffix /config.Y,$(static-dir-paths)) $(conf-src)/filter.Y
ifdef DEBUG
BISON_DEBUG=-t