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