From f8d44b01df5d93681e116ccbff39cc4618632825 Mon Sep 17 00:00:00 2001 From: Jan Moskyto Matejka Date: Mon, 15 May 2017 12:10:51 +0200 Subject: Nest: split route show into separate file --- nest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/Makefile') diff --git a/nest/Makefile b/nest/Makefile index d673cee5..884d3950 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,4 @@ -src := a-path.c a-set.c cli.c cmds.c iface.c locks.c neighbor.c password.c proto.c rt-attr.c rt-dev.c rt-fib.c rt-table.c +src := a-path.c a-set.c cli.c cmds.c iface.c locks.c neighbor.c password.c proto.c rt-attr.c rt-dev.c rt-fib.c rt-show.c rt-table.c obj := $(src-o-files) $(all-daemon) $(cf-local) -- cgit v1.2.3