]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/subdir.am
Merge pull request #13601 from opensourcerouting/build-yang-embed-20230525
[mirror_frr.git] / ripd / subdir.am
index b00c375888fb798a2bbfb8a1c495686727c9e25a..c793a6d6853828b1397d488c9e092eed3d50a540 100644 (file)
@@ -4,11 +4,6 @@
 
 if RIPD
 sbin_PROGRAMS += ripd/ripd
-vtysh_scan += \
-       ripd/rip_cli.c \
-       ripd/rip_debug.c \
-       ripd/ripd.c \
-       # end
 vtysh_daemons += ripd
 
 if SNMP
@@ -18,6 +13,7 @@ man8 += $(MANBUILD)/frr-ripd.8
 endif
 
 ripd_ripd_SOURCES = \
+       ripd/rip_bfd.c \
        ripd/rip_cli.c \
        ripd/rip_debug.c \
        ripd/rip_errors.c \
@@ -36,10 +32,12 @@ ripd_ripd_SOURCES = \
        # end
 
 clippy_scan += \
+       ripd/rip_bfd.c \
        ripd/rip_cli.c \
        # end
 
 noinst_HEADERS += \
+       ripd/rip_bfd.h \
        ripd/rip_debug.h \
        ripd/rip_errors.h \
        ripd/rip_interface.h \
@@ -50,6 +48,7 @@ noinst_HEADERS += \
 ripd_ripd_LDADD = lib/libfrr.la $(LIBCAP)
 nodist_ripd_ripd_SOURCES = \
        yang/frr-ripd.yang.c \
+       yang/frr-bfdd.yang.c \
        # end
 
 ripd_ripd_snmp_la_SOURCES = ripd/rip_snmp.c