summaryrefslogtreecommitdiff
path: root/ripd/subdir.am
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/subdir.am')
-rw-r--r--ripd/subdir.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripd/subdir.am b/ripd/subdir.am
index 98cc765c91..294a05e575 100644
--- a/ripd/subdir.am
+++ b/ripd/subdir.am
@@ -13,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 \
@@ -31,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 \