]> git.proxmox.com Git - mirror_frr.git/blame - babeld/subdir.am
zebra: Refactor kernel_rtm to be a bit smarter about how it handles options
[mirror_frr.git] / babeld / subdir.am
CommitLineData
b6f5781c
DL
1#
2# babeld
3#
4
5if BABELD
6noinst_LIBRARIES += babeld/libbabel.a
7sbin_PROGRAMS += babeld/babeld
8dist_examples_DATA += babeld/babeld.conf.sample
74dc19a2
DL
9vtysh_scan += \
10 $(top_srcdir)/babeld/babel_interface.c \
11 $(top_srcdir)/babeld/babel_zebra.c \
12 $(top_srcdir)/babeld/babeld.c \
13 # end
b6f5781c
DL
14endif
15
16babeld_libbabel_a_SOURCES = \
f135ba52 17 babeld/babel_errors.c \
b6f5781c
DL
18 babeld/babel_filter.c \
19 babeld/babel_interface.c \
20 babeld/babel_memory.c \
21 babeld/babel_zebra.c \
22 babeld/babeld.c \
23 babeld/kernel.c \
24 babeld/message.c \
25 babeld/neighbour.c \
26 babeld/net.c \
27 babeld/resend.c \
28 babeld/route.c \
29 babeld/source.c \
30 babeld/util.c \
31 babeld/xroute.c \
32 # end
33
34noinst_HEADERS += \
f135ba52 35 babeld/babel_errors.h \
b6f5781c
DL
36 babeld/babel_filter.h \
37 babeld/babel_interface.h \
38 babeld/babel_main.h \
39 babeld/babel_memory.h \
40 babeld/babel_zebra.h \
41 babeld/babeld.h \
42 babeld/kernel.h \
43 babeld/message.h \
44 babeld/neighbour.h \
45 babeld/net.h \
46 babeld/resend.h \
47 babeld/route.h \
48 babeld/source.h \
49 babeld/util.h \
50 babeld/xroute.h \
51 # end
52
53babeld_babeld_SOURCES = babeld/babel_main.c
54babeld_babeld_LDADD = babeld/libbabel.a lib/libfrr.la @LIBCAP@