diff options
author | Martin Mares <mj@ucw.cz> | 1999-11-10 13:27:01 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-11-10 13:27:01 +0100 |
commit | 6ba36f06ae10ea7efd60c30f8ef40d6143c69ef6 (patch) | |
tree | ba37f62a2d111351798513f3a8fbea7bc5263a6b /proto/ospf/Makefile | |
parent | 3918b1b050701dee217fa9bc8c4c44d47cb84124 (diff) | |
download | bird-6ba36f06ae10ea7efd60c30f8ef40d6143c69ef6.tar bird-6ba36f06ae10ea7efd60c30f8ef40d6143c69ef6.zip |
Added LSA hashing table (parts of code stolen from rt-fib.c, but
heavily simplified since we don't need asynchronous walking).
Diffstat (limited to 'proto/ospf/Makefile')
-rw-r--r-- | proto/ospf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proto/ospf/Makefile b/proto/ospf/Makefile index 0bd05d0..f3c08fe 100644 --- a/proto/ospf/Makefile +++ b/proto/ospf/Makefile @@ -1,6 +1,5 @@ -source=ospf.c +source=ospf.c topology.c root-rel=../../ dir-name=proto/ospf include ../../Rules - |