]> git.proxmox.com Git - mirror_frr.git/blob - babeld/subdir.am
zebra: Move sin6_masklen to earlier in the file
[mirror_frr.git] / babeld / subdir.am
1 #
2 # babeld
3 #
4
5 if BABELD
6 noinst_LIBRARIES += babeld/libbabel.a
7 sbin_PROGRAMS += babeld/babeld
8 dist_examples_DATA += babeld/babeld.conf.sample
9 vtysh_scan += \
10 $(top_srcdir)/babeld/babel_interface.c \
11 $(top_srcdir)/babeld/babel_zebra.c \
12 $(top_srcdir)/babeld/babeld.c \
13 # end
14 endif
15
16 babeld_libbabel_a_SOURCES = \
17 babeld/babel_errors.c \
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
34 noinst_HEADERS += \
35 babeld/babel_errors.h \
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
53 babeld_babeld_SOURCES = babeld/babel_main.c
54 babeld_babeld_LDADD = babeld/libbabel.a lib/libfrr.la @LIBCAP@