]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/subdir.am
Merge pull request #2992 from opensourcerouting/large_as_path_fix
[mirror_frr.git] / eigrpd / subdir.am
index 2c6b1e321bd99b91aa7e4861b56928168a7346d4..bc48173bba11d9b593bf5bd16221eacd59db1443 100644 (file)
@@ -6,10 +6,17 @@ if EIGRPD
 noinst_LIBRARIES += eigrpd/libeigrp.a
 sbin_PROGRAMS += eigrpd/eigrpd
 dist_examples_DATA += eigrpd/eigrpd.conf.sample
+vtysh_scan += \
+       $(top_srcdir)/eigrpd/eigrp_dump.c \
+       $(top_srcdir)/eigrpd/eigrp_vty.c \
+       # end
+#      $(top_srcdir)/eigrpd/eigrp_routemap.c
+man8 += $(MANBUILD)/eigrpd.8
 endif
 
 eigrpd_libeigrp_a_SOURCES = \
        eigrpd/eigrp_dump.c \
+       eigrpd/eigrp_errors.c \
        eigrpd/eigrp_filter.c \
        eigrpd/eigrp_fsm.c \
        eigrpd/eigrp_hello.c \
@@ -39,6 +46,7 @@ eigrpdheader_HEADERS = \
 
 noinst_HEADERS += \
        eigrpd/eigrp_const.h \
+       eigrpd/eigrp_errors.h \
        eigrpd/eigrp_filter.h \
        eigrpd/eigrp_fsm.h \
        eigrpd/eigrp_interface.h \