]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/subdir.am
Merge pull request #11580 from patrasar/remove_pim_addr.h
[mirror_frr.git] / babeld / subdir.am
index 8e5b46350d2d2979a0cca4c2b9faf817e0661c98..856cbd13e397582b2e3435c8b64fef652a9c5ac6 100644 (file)
@@ -3,9 +3,7 @@
 #
 
 if BABELD
-noinst_LIBRARIES += babeld/libbabel.a
 sbin_PROGRAMS += babeld/babeld
-dist_examples_DATA += babeld/babeld.conf.sample
 vtysh_scan += \
        babeld/babel_interface.c \
        babeld/babel_zebra.c \
@@ -14,10 +12,11 @@ vtysh_scan += \
 vtysh_daemons += babeld
 endif
 
-babeld_libbabel_a_SOURCES = \
+babeld_babeld_SOURCES = \
        babeld/babel_errors.c \
        babeld/babel_filter.c \
        babeld/babel_interface.c \
+       babeld/babel_main.c \
        babeld/babel_zebra.c \
        babeld/babeld.c \
        babeld/kernel.c \
@@ -49,5 +48,4 @@ noinst_HEADERS += \
        babeld/xroute.h \
        # end
 
-babeld_babeld_SOURCES = babeld/babel_main.c
-babeld_babeld_LDADD = babeld/libbabel.a lib/libfrr.la $(LIBCAP)
+babeld_babeld_LDADD = lib/libfrr.la $(LIBCAP)