]> git.proxmox.com Git - mirror_frr.git/blame - ripd/subdir.am
build: remove common.am
[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 \
518e377f 16 ripd/rip_errors.c \
7f269117
DL
17 ripd/rip_interface.c \
18 ripd/rip_memory.c \
19 ripd/rip_offset.c \
20 ripd/rip_peer.c \
21 ripd/rip_routemap.c \
22 ripd/rip_zebra.c \
23 ripd/ripd.c \
24 # end
25
26noinst_HEADERS += \
27 ripd/rip_debug.h \
518e377f 28 ripd/rip_errors.h \
7f269117
DL
29 ripd/rip_interface.h \
30 ripd/rip_memory.h \
31 ripd/ripd.h \
32 # end
33
34ripd_ripd_LDADD = ripd/librip.a lib/libfrr.la @LIBCAP@
35ripd_ripd_SOURCES = \
36 ripd/rip_main.c \
37 # end
38
39ripd_ripd_snmp_la_SOURCES = ripd/rip_snmp.c
7aad1594 40ripd_ripd_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS) -std=gnu99
7f269117
DL
41ripd_ripd_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
42ripd_ripd_snmp_la_LIBADD = lib/libfrrsnmp.la
43
44EXTRA_DIST += ripd/RIPv2-MIB.txt