]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/subdir.am
Merge pull request #5767 from ton31337/fix/replace_s_addr_0_to_INADDR_ANY
[mirror_frr.git] / pimd / subdir.am
index 7d8df7d1053b3c84e5d48804e354648e9fc5524f..b5d135d032655bb5020b99cd32a29458f9cbaf78 100644 (file)
@@ -9,7 +9,7 @@ bin_PROGRAMS += pimd/mtracebis
 noinst_PROGRAMS += pimd/test_igmpv3_join
 dist_examples_DATA += pimd/pimd.conf.sample
 vtysh_scan += $(top_srcdir)/pimd/pim_cmd.c
-man8 += $(MANBUILD)/pimd.8
+man8 += $(MANBUILD)/frr-pimd.8
 man8 += $(MANBUILD)/mtracebis.8
 endif
 
@@ -17,6 +17,7 @@ pimd_libpim_a_SOURCES = \
        pimd/pim_assert.c \
        pimd/pim_bfd.c \
        pimd/pim_br.c \
+       pimd/pim_bsm.c \
        pimd/pim_cmd.c \
        pimd/pim_errors.c \
        pimd/pim_hello.c \
@@ -60,6 +61,8 @@ pimd_libpim_a_SOURCES = \
        pimd/pim_vty.c \
        pimd/pim_zebra.c \
        pimd/pim_zlookup.c \
+       pimd/pim_vxlan.c \
+       pimd/pim_mlag.c \
        pimd/pimd.c \
        # end
 
@@ -67,6 +70,7 @@ noinst_HEADERS += \
        pimd/pim_assert.h \
        pimd/pim_bfd.h \
        pimd/pim_br.h \
+       pimd/pim_bsm.h \
        pimd/pim_cmd.h \
        pimd/pim_errors.h \
        pimd/pim_hello.h \
@@ -110,6 +114,9 @@ noinst_HEADERS += \
        pimd/pim_vty.h \
        pimd/pim_zebra.h \
        pimd/pim_zlookup.h \
+       pimd/pim_vxlan.h \
+       pimd/pim_mlag.h \
+       pimd/pim_vxlan_instance.h \
        pimd/pimd.h \
        pimd/mtracebis_netlink.h \
        pimd/mtracebis_routeget.h \