diff options
-rw-r--r-- | vtysh/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index dbd1d3d2..a4be3413 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -18,7 +18,9 @@ dist_examples_DATA = vtysh.conf.sample EXTRA_DIST = extract.pl -vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)/isisd/*.c \ +vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c \ + $(top_srcdir)/isisd/isisd.c $(top_srcdir)/isisd/isis_spf.c \ + $(top_srcdir)/isisd/isis_circuit.c \ $(top_srcdir)/ospfd/*.c $(top_srcdir)/ospf6d/*.c \ $(top_srcdir)/ripd/*.c $(top_srcdir)/ripngd/*.c \ $(top_srcdir)/lib/keychain.c $(top_srcdir)/lib/routemap.c \ |