]> git.proxmox.com Git - mirror_frr.git/blame - ripd/subdir.am
watchfrr: Add WATCHFRR_ERR_XXX for zlog_err to zlog_ferr
[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
9if SNMP
10module_LTLIBRARIES += ripd/ripd_snmp.la
11endif
12endif
13
14ripd_librip_a_SOURCES = \
15 ripd/rip_debug.c \
16 ripd/rip_interface.c \
17 ripd/rip_memory.c \
18 ripd/rip_offset.c \
19 ripd/rip_peer.c \
20 ripd/rip_routemap.c \
21 ripd/rip_zebra.c \
22 ripd/ripd.c \
23 # end
24
25noinst_HEADERS += \
26 ripd/rip_debug.h \
27 ripd/rip_interface.h \
28 ripd/rip_memory.h \
29 ripd/ripd.h \
30 # end
31
32ripd_ripd_LDADD = ripd/librip.a lib/libfrr.la @LIBCAP@
33ripd_ripd_SOURCES = \
34 ripd/rip_main.c \
35 # end
36
37ripd_ripd_snmp_la_SOURCES = ripd/rip_snmp.c
7aad1594 38ripd_ripd_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS) -std=gnu99
7f269117
DL
39ripd_ripd_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
40ripd_ripd_snmp_la_LIBADD = lib/libfrrsnmp.la
41
42EXTRA_DIST += ripd/RIPv2-MIB.txt