]> git.proxmox.com Git - mirror_frr.git/blobdiff - bfdd/subdir.am
Merge pull request #13086 from donaldsharp/suppress_fib_pending
[mirror_frr.git] / bfdd / subdir.am
index a79620c45cdc0d0bba6d0b0f35e84d0cd85a51c1..b86a18967e19095c5a679634d86f391d2ec0d01a 100644 (file)
@@ -5,9 +5,7 @@
 if BFDD
 noinst_LIBRARIES += bfdd/libbfd.a
 sbin_PROGRAMS += bfdd/bfdd
-dist_examples_DATA += bfdd/bfdd.conf.sample
-vtysh_scan += bfdd/bfdd_vty.c
-vtysh_scan += bfdd/bfdd_cli.c
+vtysh_daemons += bfdd
 man8 += $(MANBUILD)/frr-bfdd.8
 endif
 
@@ -21,10 +19,18 @@ bfdd_libbfd_a_SOURCES = \
        bfdd/bfd_packet.c \
        bfdd/config.c \
        bfdd/control.c \
+       bfdd/dplane.c \
        bfdd/event.c \
        bfdd/ptm_adapter.c \
        # end
 
+# Install headers so it can be used by external data plane
+# implementations.
+bfdd_headersdir = $(pkgincludedir)/bfdd
+bfdd_headers_HEADERS = \
+       bfdd/bfddp_packet.h \
+       # end
+
 clippy_scan += \
        bfdd/bfdd_cli.c \
        bfdd/bfdd_vty.c \