summaryrefslogtreecommitdiffstats
path: root/vtysh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'vtysh/Makefile.am')
-rw-r--r--vtysh/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am
index 791d95dd..5597251f 100644
--- a/vtysh/Makefile.am
+++ b/vtysh/Makefile.am
@@ -1,7 +1,6 @@
## Process this file with Automake to create Makefile.in
INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib
-DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
LIBS = @LIBS@ @CURSES@ @LIBPAM@
@@ -32,7 +31,7 @@ vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)/isisd/*.c \
$(top_srcdir)/zebra/irdp_interface.c \
$(top_srcdir)/zebra/rtadv.c $(top_srcdir)/zebra/zebra_vty.c \
$(top_srcdir)/zebra/zserv.c $(top_srcdir)/zebra/router-id.c \
- $(top_srcdir)/zebra/zebra_routemap.c
+ $(top_srcdir)/zebra/zebra_routemap.c $(top_srcdir)/pimd/pim_cmd.c
vtysh_cmd.c: $(vtysh_cmd_FILES)
./$(EXTRA_DIST) $(vtysh_cmd_FILES) > vtysh_cmd.c