]> git.proxmox.com Git - mirror_frr.git/blame - ripd/subdir.am
Merge pull request #8258 from volta-networks/feat_ldp_snmp_with_stats
[mirror_frr.git] / ripd / subdir.am
CommitLineData
7f269117
DL
1#
2# ripd
3#
4
5if RIPD
6noinst_LIBRARIES += ripd/librip.a
7sbin_PROGRAMS += ripd/ripd
8dist_examples_DATA += ripd/ripd.conf.sample
74dc19a2 9vtysh_scan += \
2768748b
DL
10 ripd/rip_cli.c \
11 ripd/rip_debug.c \
12 ripd/ripd.c \
74dc19a2 13 # end
d7b86ae4 14vtysh_daemons += ripd
74dc19a2 15
7f269117
DL
16if SNMP
17module_LTLIBRARIES += ripd/ripd_snmp.la
18endif
42957688 19man8 += $(MANBUILD)/frr-ripd.8
7f269117
DL
20endif
21
22ripd_librip_a_SOURCES = \
707656ec 23 ripd/rip_cli.c \
7f269117 24 ripd/rip_debug.c \
518e377f 25 ripd/rip_errors.c \
7f269117 26 ripd/rip_interface.c \
7f269117 27 ripd/rip_offset.c \
f80ec39e
RW
28 ripd/rip_nb.c \
29 ripd/rip_nb_config.c \
30 ripd/rip_nb_rpcs.c \
31 ripd/rip_nb_notifications.c \
32 ripd/rip_nb_state.c \
7f269117
DL
33 ripd/rip_peer.c \
34 ripd/rip_routemap.c \
35 ripd/rip_zebra.c \
36 ripd/ripd.c \
37 # end
38
94cfb069
DL
39clippy_scan += \
40 ripd/rip_cli.c \
41 # end
707656ec 42
7f269117
DL
43noinst_HEADERS += \
44 ripd/rip_debug.h \
518e377f 45 ripd/rip_errors.h \
7f269117 46 ripd/rip_interface.h \
f80ec39e 47 ripd/rip_nb.h \
7f269117
DL
48 ripd/ripd.h \
49 # end
50
fdbd8086 51ripd_ripd_LDADD = ripd/librip.a lib/libfrr.la $(LIBCAP)
7f269117
DL
52ripd_ripd_SOURCES = \
53 ripd/rip_main.c \
54 # end
3a11599c
DL
55nodist_ripd_ripd_SOURCES = \
56 yang/frr-ripd.yang.c \
57 # end
7f269117
DL
58
59ripd_ripd_snmp_la_SOURCES = ripd/rip_snmp.c
7aad1594 60ripd_ripd_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS) -std=gnu99
7f269117
DL
61ripd_ripd_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
62ripd_ripd_snmp_la_LIBADD = lib/libfrrsnmp.la