]> git.proxmox.com Git - mirror_frr.git/blame - babeld/subdir.am
Merge pull request #12946 from opensourcerouting/fix/memory_leak_adj_out_set
[mirror_frr.git] / babeld / subdir.am
CommitLineData
b6f5781c
DL
1#
2# babeld
3#
4
5if BABELD
b6f5781c 6sbin_PROGRAMS += babeld/babeld
d7b86ae4 7vtysh_daemons += babeld
b6f5781c
DL
8endif
9
e9f7a965 10babeld_babeld_SOURCES = \
f135ba52 11 babeld/babel_errors.c \
b6f5781c
DL
12 babeld/babel_filter.c \
13 babeld/babel_interface.c \
e9f7a965 14 babeld/babel_main.c \
b6f5781c
DL
15 babeld/babel_zebra.c \
16 babeld/babeld.c \
17 babeld/kernel.c \
18 babeld/message.c \
19 babeld/neighbour.c \
20 babeld/net.c \
21 babeld/resend.c \
22 babeld/route.c \
23 babeld/source.c \
24 babeld/util.c \
25 babeld/xroute.c \
26 # end
27
28noinst_HEADERS += \
f135ba52 29 babeld/babel_errors.h \
b6f5781c
DL
30 babeld/babel_filter.h \
31 babeld/babel_interface.h \
32 babeld/babel_main.h \
b6f5781c
DL
33 babeld/babel_zebra.h \
34 babeld/babeld.h \
35 babeld/kernel.h \
36 babeld/message.h \
37 babeld/neighbour.h \
38 babeld/net.h \
39 babeld/resend.h \
40 babeld/route.h \
41 babeld/source.h \
42 babeld/util.h \
43 babeld/xroute.h \
44 # end
45
9affd464
YZ
46clippy_scan += \
47 babeld/babel_interface.c \
48 babeld/babeld.c
49
e9f7a965 50babeld_babeld_LDADD = lib/libfrr.la $(LIBCAP)