diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-04-12 21:58:18 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-04-12 21:58:18 +0200 |
commit | 38506f71b0bea5580987e999a7b1a69f58aec7ec (patch) | |
tree | f9779191375233fb91582d32eed2489c0e2032ce /filter/Makefile | |
parent | 01bd7759b260b379089acf28cc47bd49572ebd22 (diff) | |
download | bird-38506f71b0bea5580987e999a7b1a69f58aec7ec.tar bird-38506f71b0bea5580987e999a7b1a69f58aec7ec.zip |
Sets of integers now actually work. Sets of IP will work as soon as
compare function is ready.
Diffstat (limited to 'filter/Makefile')
-rw-r--r-- | filter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/Makefile b/filter/Makefile index 81bd355..f41d7a3 100644 --- a/filter/Makefile +++ b/filter/Makefile @@ -1,4 +1,4 @@ -source=f-util.c filter.c +source=f-util.c filter.c tree.c root-rel=../ dir-name=filter |