diff options
Diffstat (limited to 'nest/Makefile')
-rw-r--r-- | nest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/Makefile b/nest/Makefile index 69afae1..478a82b 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,5 @@ -source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c password.c cli.c locks.c cmds.c neighbor.c +source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c password.c cli.c locks.c cmds.c neighbor.c \ + a-path.c a-set.c root-rel=../ dir-name=nest |