]> git.proxmox.com Git - mirror_frr.git/blob - ripd/subdir.am
Merge pull request #941 from dwalton76/bgpd-peer-group-rebind
[mirror_frr.git] / ripd / subdir.am
1 #
2 # ripd
3 #
4
5 if RIPD
6 noinst_LIBRARIES += ripd/librip.a
7 sbin_PROGRAMS += ripd/ripd
8 dist_examples_DATA += ripd/ripd.conf.sample
9 if SNMP
10 module_LTLIBRARIES += ripd/ripd_snmp.la
11 endif
12 endif
13
14 ripd_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
25 noinst_HEADERS += \
26 ripd/rip_debug.h \
27 ripd/rip_interface.h \
28 ripd/rip_memory.h \
29 ripd/ripd.h \
30 # end
31
32 ripd_ripd_LDADD = ripd/librip.a lib/libfrr.la @LIBCAP@
33 ripd_ripd_SOURCES = \
34 ripd/rip_main.c \
35 # end
36
37 ripd_ripd_snmp_la_SOURCES = ripd/rip_snmp.c
38 ripd_ripd_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS)
39 ripd_ripd_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
40 ripd_ripd_snmp_la_LIBADD = lib/libfrrsnmp.la
41
42 EXTRA_DIST += ripd/RIPv2-MIB.txt