diff options
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 |