diff options
author | Ondrej Filip <feela@network.cz> | 1999-11-17 16:50:41 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 1999-11-17 16:50:41 +0100 |
commit | 4364b47e48ddedb841e8ec8db25c8b4fa878a911 (patch) | |
tree | 5a74249c27264f814a0c3fa0f446bb79d35b2d13 /proto/ospf/Makefile | |
parent | bff1db76292b194bbbf0c476d960f40aa0ea47ce (diff) | |
download | bird-4364b47e48ddedb841e8ec8db25c8b4fa878a911.tar bird-4364b47e48ddedb841e8ec8db25c8b4fa878a911.zip |
ospf.c and ospc.h splitted into various files.
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 f3c08fe..6b787c6 100644 --- a/proto/ospf/Makefile +++ b/proto/ospf/Makefile @@ -1,4 +1,4 @@ -source=ospf.c topology.c +source=ospf.c topology.c packet.c hello.c neighbor.c iface.c dbdes.c root-rel=../../ dir-name=proto/ospf |