]> git.proxmox.com Git - mirror_frr.git/blob - ripd/subdir.am
Merge pull request #13349 from opensourcerouting/pim6-mld-coverity-20230421
[mirror_frr.git] / ripd / subdir.am
1 #
2 # ripd
3 #
4
5 if RIPD
6 sbin_PROGRAMS += ripd/ripd
7 vtysh_daemons += ripd
8
9 if SNMP
10 module_LTLIBRARIES += ripd/ripd_snmp.la
11 endif
12 man8 += $(MANBUILD)/frr-ripd.8
13 endif
14
15 ripd_ripd_SOURCES = \
16 ripd/rip_cli.c \
17 ripd/rip_debug.c \
18 ripd/rip_errors.c \
19 ripd/rip_interface.c \
20 ripd/rip_offset.c \
21 ripd/rip_main.c \
22 ripd/rip_nb.c \
23 ripd/rip_nb_config.c \
24 ripd/rip_nb_rpcs.c \
25 ripd/rip_nb_notifications.c \
26 ripd/rip_nb_state.c \
27 ripd/rip_peer.c \
28 ripd/rip_routemap.c \
29 ripd/rip_zebra.c \
30 ripd/ripd.c \
31 # end
32
33 clippy_scan += \
34 ripd/rip_cli.c \
35 # end
36
37 noinst_HEADERS += \
38 ripd/rip_debug.h \
39 ripd/rip_errors.h \
40 ripd/rip_interface.h \
41 ripd/rip_nb.h \
42 ripd/ripd.h \
43 # end
44
45 ripd_ripd_LDADD = lib/libfrr.la $(LIBCAP)
46 nodist_ripd_ripd_SOURCES = \
47 yang/frr-ripd.yang.c \
48 # end
49
50 ripd_ripd_snmp_la_SOURCES = ripd/rip_snmp.c
51 ripd_ripd_snmp_la_CFLAGS = $(AM_CFLAGS) $(SNMP_CFLAGS) -std=gnu11
52 ripd_ripd_snmp_la_LDFLAGS = $(MODULE_LDFLAGS)
53 ripd_ripd_snmp_la_LIBADD = lib/libfrrsnmp.la