]> git.proxmox.com Git - mirror_frr.git/blob - ripd/subdir.am
ripd: embed BFD YANG models
[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_bfd.c \
17 ripd/rip_cli.c \
18 ripd/rip_debug.c \
19 ripd/rip_errors.c \
20 ripd/rip_interface.c \
21 ripd/rip_offset.c \
22 ripd/rip_main.c \
23 ripd/rip_nb.c \
24 ripd/rip_nb_config.c \
25 ripd/rip_nb_rpcs.c \
26 ripd/rip_nb_notifications.c \
27 ripd/rip_nb_state.c \
28 ripd/rip_peer.c \
29 ripd/rip_routemap.c \
30 ripd/rip_zebra.c \
31 ripd/ripd.c \
32 # end
33
34 clippy_scan += \
35 ripd/rip_bfd.c \
36 ripd/rip_cli.c \
37 # end
38
39 noinst_HEADERS += \
40 ripd/rip_bfd.h \
41 ripd/rip_debug.h \
42 ripd/rip_errors.h \
43 ripd/rip_interface.h \
44 ripd/rip_nb.h \
45 ripd/ripd.h \
46 # end
47
48 ripd_ripd_LDADD = lib/libfrr.la $(LIBCAP)
49 nodist_ripd_ripd_SOURCES = \
50 yang/frr-ripd.yang.c \
51 yang/frr-bfdd.yang.c \
52 # end
53
54 ripd_ripd_snmp_la_SOURCES = ripd/rip_snmp.c
55 ripd_ripd_snmp_la_CFLAGS = $(AM_CFLAGS) $(SNMP_CFLAGS) -std=gnu11
56 ripd_ripd_snmp_la_LDFLAGS = $(MODULE_LDFLAGS)
57 ripd_ripd_snmp_la_LIBADD = lib/libfrrsnmp.la