]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/subdir.am
Merge pull request #13428 from opensourcerouting/ripd-bfd-fixes
[mirror_frr.git] / ripd / subdir.am
index b43e369ab28fba63fea1d481d61fcedd74f8ac72..294a05e575ae09b007011b388860202d6b3a632a 100644 (file)
@@ -3,13 +3,7 @@
 #
 
 if RIPD
-noinst_LIBRARIES += ripd/librip.a
 sbin_PROGRAMS += ripd/ripd
-vtysh_scan += \
-       ripd/rip_cli.c \
-       ripd/rip_debug.c \
-       ripd/ripd.c \
-       # end
 vtysh_daemons += ripd
 
 if SNMP
@@ -18,12 +12,14 @@ endif
 man8 += $(MANBUILD)/frr-ripd.8
 endif
 
-ripd_librip_a_SOURCES = \
+ripd_ripd_SOURCES = \
+       ripd/rip_bfd.c \
        ripd/rip_cli.c \
        ripd/rip_debug.c \
        ripd/rip_errors.c \
        ripd/rip_interface.c \
        ripd/rip_offset.c \
+       ripd/rip_main.c \
        ripd/rip_nb.c \
        ripd/rip_nb_config.c \
        ripd/rip_nb_rpcs.c \
@@ -36,10 +32,12 @@ ripd_librip_a_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 \
@@ -47,10 +45,7 @@ noinst_HEADERS += \
        ripd/ripd.h \
        # end
 
-ripd_ripd_LDADD = ripd/librip.a lib/libfrr.la $(LIBCAP)
-ripd_ripd_SOURCES = \
-       ripd/rip_main.c \
-       # end
+ripd_ripd_LDADD = lib/libfrr.la $(LIBCAP)
 nodist_ripd_ripd_SOURCES = \
        yang/frr-ripd.yang.c \
        # end