]> git.proxmox.com Git - mirror_frr.git/blame - staticd/subdir.am
lib: do not reopen a zclient socket for bfd
[mirror_frr.git] / staticd / subdir.am
CommitLineData
7e24fdf3
DS
1#
2# staticd
3#
4
5if STATICD
6noinst_LIBRARIES += staticd/libstatic.a
7sbin_PROGRAMS += staticd/staticd
d7b86ae4 8vtysh_daemons += staticd
42957688 9man8 += $(MANBUILD)/frr-staticd.8
7e24fdf3
DS
10endif
11
12staticd_libstatic_a_SOURCES = \
351ad684 13 staticd/static_bfd.c \
31ddf3b7 14 staticd/static_debug.c \
7e24fdf3
DS
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 \
88fa5104 20 staticd/static_nb.c \
21 staticd/static_nb_config.c \
7e24fdf3
DS
22 # end
23
24noinst_HEADERS += \
31ddf3b7 25 staticd/static_debug.h \
7e24fdf3
DS
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 \
88fa5104 31 staticd/static_nb.h \
7e24fdf3
DS
32 # end
33
94cfb069
DL
34clippy_scan += \
35 staticd/static_vty.c \
36 # end
7e24fdf3
DS
37
38staticd_staticd_SOURCES = staticd/static_main.c
fdbd8086 39staticd_staticd_LDADD = staticd/libstatic.a lib/libfrr.la $(LIBCAP)
88fa5104 40
41nodist_staticd_staticd_SOURCES = \
351ad684 42 yang/frr-bfdd.yang.c \
88fa5104 43 yang/frr-staticd.yang.c \
44 # end