diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-26 14:54:23 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-26 14:54:23 +0200 |
commit | dfa9a53a66e5747ddbeedfa0a47fa2ca9fc93b99 (patch) | |
tree | bee849b2e5b275c64721f6a6bb541ce8e0d80619 /proto/ospf/Makefile | |
parent | 0cadd5f531a82578ea6323f730cf8204b755895f (diff) | |
download | bird-dfa9a53a66e5747ddbeedfa0a47fa2ca9fc93b99.tar bird-dfa9a53a66e5747ddbeedfa0a47fa2ca9fc93b99.zip |
Routing table calculation. Dijkstra done.
Diffstat (limited to 'proto/ospf/Makefile')
-rw-r--r-- | proto/ospf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/Makefile b/proto/ospf/Makefile index 632c3b6..f90222c 100644 --- a/proto/ospf/Makefile +++ b/proto/ospf/Makefile @@ -1,4 +1,4 @@ -source=ospf.c topology.c packet.c hello.c neighbor.c iface.c dbdes.c lsreq.c lsupd.c lsack.c lsalib.c +source=ospf.c topology.c packet.c hello.c neighbor.c iface.c dbdes.c lsreq.c lsupd.c lsack.c lsalib.c rt.c root-rel=../../ dir-name=proto/ospf |