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