]> git.proxmox.com Git - mirror_frr.git/blame - ripd/subdir.am
Merge pull request #2992 from opensourcerouting/large_as_path_fix
[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
DL
9vtysh_scan += \
10 $(top_srcdir)/ripd/rip_debug.c \
11 $(top_srcdir)/ripd/rip_interface.c \
12 $(top_srcdir)/ripd/rip_offset.c \
13 $(top_srcdir)/ripd/rip_zebra.c \
14 $(top_srcdir)/ripd/ripd.c \
15 # end
16
7f269117
DL
17if SNMP
18module_LTLIBRARIES += ripd/ripd_snmp.la
19endif
f4f2f2cc 20man8 += $(MANBUILD)/ripd.8
7f269117
DL
21endif
22
23ripd_librip_a_SOURCES = \
24 ripd/rip_debug.c \
518e377f 25 ripd/rip_errors.c \
7f269117
DL
26 ripd/rip_interface.c \
27 ripd/rip_memory.c \
28 ripd/rip_offset.c \
29 ripd/rip_peer.c \
30 ripd/rip_routemap.c \
31 ripd/rip_zebra.c \
32 ripd/ripd.c \
33 # end
34
35noinst_HEADERS += \
36 ripd/rip_debug.h \
518e377f 37 ripd/rip_errors.h \
7f269117
DL
38 ripd/rip_interface.h \
39 ripd/rip_memory.h \
40 ripd/ripd.h \
41 # end
42
43ripd_ripd_LDADD = ripd/librip.a lib/libfrr.la @LIBCAP@
44ripd_ripd_SOURCES = \
45 ripd/rip_main.c \
46 # end
47
48ripd_ripd_snmp_la_SOURCES = ripd/rip_snmp.c
7aad1594 49ripd_ripd_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS) -std=gnu99
7f269117
DL
50ripd_ripd_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
51ripd_ripd_snmp_la_LIBADD = lib/libfrrsnmp.la
52
53EXTRA_DIST += ripd/RIPv2-MIB.txt