]> git.proxmox.com Git - mirror_frr.git/blame - ripngd/subdir.am
Merge pull request #7370 from eololab/add-missing-daemon-in-watchfrr-conf-file
[mirror_frr.git] / ripngd / subdir.am
CommitLineData
7f269117
DL
1#
2# ripngd
3#
4
5if RIPNGD
6noinst_LIBRARIES += ripngd/libripng.a
7sbin_PROGRAMS += ripngd/ripngd
74dc19a2 8vtysh_scan += \
2768748b
DL
9 ripngd/ripng_cli.c \
10 ripngd/ripng_debug.c \
11 ripngd/ripngd.c \
74dc19a2 12 # end
d7b86ae4 13vtysh_daemons += ripngd
42957688 14man8 += $(MANBUILD)/frr-ripngd.8
7f269117
DL
15endif
16
17ripngd_libripng_a_SOURCES = \
e9ce224b 18 ripngd/ripng_cli.c \
7f269117
DL
19 ripngd/ripng_debug.c \
20 ripngd/ripng_interface.c \
7f269117
DL
21 ripngd/ripng_nexthop.c \
22 ripngd/ripng_offset.c \
ca473936
RW
23 ripngd/ripng_nb.c \
24 ripngd/ripng_nb_config.c \
25 ripngd/ripng_nb_rpcs.c \
26 ripngd/ripng_nb_state.c \
7f269117
DL
27 ripngd/ripng_peer.c \
28 ripngd/ripng_route.c \
29 ripngd/ripng_routemap.c \
30 ripngd/ripng_zebra.c \
31 ripngd/ripngd.c \
32 # end
33
94cfb069
DL
34clippy_scan += \
35 ripngd/ripng_cli.c \
36 # end
e9ce224b 37
7f269117
DL
38noinst_HEADERS += \
39 ripngd/ripng_debug.h \
ca473936 40 ripngd/ripng_nb.h \
7f269117
DL
41 ripngd/ripng_nexthop.h \
42 ripngd/ripng_route.h \
43 ripngd/ripngd.h \
44 # end
45
fdbd8086 46ripngd_ripngd_LDADD = ripngd/libripng.a lib/libfrr.la $(LIBCAP)
7f269117
DL
47ripngd_ripngd_SOURCES = \
48 ripngd/ripng_main.c \
49 # end
e9ce224b
RW
50nodist_ripngd_ripngd_SOURCES = \
51 yang/frr-ripngd.yang.c \
52 # end
7f269117
DL
53
54dist_examples_DATA += ripngd/ripngd.conf.sample