]> git.proxmox.com Git - mirror_frr.git/blame - nhrpd/subdir.am
sharpd: Allow sharpd to accept nexthop group as part of route install
[mirror_frr.git] / nhrpd / subdir.am
CommitLineData
cde8cd9d
DL
1#
2# nhrpd
3#
4
5if NHRPD
6sbin_PROGRAMS += nhrpd/nhrpd
74dc19a2 7vtysh_scan += $(top_srcdir)/nhrpd/nhrp_vty.c
f4f2f2cc 8man8 += $(MANBUILD)/nhrpd.8
cde8cd9d
DL
9endif
10
11nhrpd_nhrpd_LDADD = lib/libfrr.la @LIBCAP@ @CARES_LIBS@
12nhrpd_nhrpd_CFLAGS = $(AM_CFLAGS) @CARES_CFLAGS@
13nhrpd_nhrpd_SOURCES = \
14 nhrpd/linux.c \
15 nhrpd/netlink_arp.c \
16 nhrpd/netlink_gre.c \
17 nhrpd/nhrp_cache.c \
aed07011 18 nhrpd/nhrp_errors.c \
cde8cd9d
DL
19 nhrpd/nhrp_event.c \
20 nhrpd/nhrp_interface.c \
21 nhrpd/nhrp_main.c \
22 nhrpd/nhrp_nhs.c \
23 nhrpd/nhrp_packet.c \
24 nhrpd/nhrp_peer.c \
25 nhrpd/nhrp_route.c \
26 nhrpd/nhrp_shortcut.c \
27 nhrpd/nhrp_vc.c \
28 nhrpd/nhrp_vty.c \
29 nhrpd/reqid.c \
30 nhrpd/resolver.c \
31 nhrpd/vici.c \
32 nhrpd/zbuf.c \
33 nhrpd/znl.c \
34 # end
35
36noinst_HEADERS += \
37 nhrpd/debug.h \
38 nhrpd/list.h \
39 nhrpd/netlink.h \
aed07011 40 nhrpd/nhrp_errors.h \
cde8cd9d
DL
41 nhrpd/nhrp_protocol.h \
42 nhrpd/nhrpd.h \
43 nhrpd/os.h \
44 nhrpd/vici.h \
45 nhrpd/zbuf.h \
46 nhrpd/znl.h \
47 # end