]> git.proxmox.com Git - mirror_frr.git/blob - staticd/subdir.am
staticd: reject route config with too many nexthops
[mirror_frr.git] / staticd / subdir.am
1 #
2 # staticd
3 #
4
5 if STATICD
6 noinst_LIBRARIES += staticd/libstatic.a
7 sbin_PROGRAMS += staticd/staticd
8 vtysh_scan += staticd/static_vty.c
9 vtysh_daemons += staticd
10 man8 += $(MANBUILD)/frr-staticd.8
11 endif
12
13 staticd_libstatic_a_SOURCES = \
14 staticd/static_debug.c \
15 staticd/static_nht.c \
16 staticd/static_routes.c \
17 staticd/static_zebra.c \
18 staticd/static_vrf.c \
19 staticd/static_vty.c \
20 staticd/static_nb.c \
21 staticd/static_nb_config.c \
22 # end
23
24 noinst_HEADERS += \
25 staticd/static_debug.h \
26 staticd/static_nht.h \
27 staticd/static_zebra.h \
28 staticd/static_routes.h \
29 staticd/static_vty.h \
30 staticd/static_vrf.h \
31 staticd/static_nb.h \
32 # end
33
34 clippy_scan += \
35 staticd/static_vty.c \
36 # end
37
38 staticd_staticd_SOURCES = staticd/static_main.c
39 staticd_staticd_LDADD = staticd/libstatic.a lib/libfrr.la $(LIBCAP)
40
41 nodist_staticd_staticd_SOURCES = \
42 yang/frr-staticd.yang.c \
43 # end