]> git.proxmox.com Git - mirror_frr.git/blame - nhrpd/subdir.am
Merge pull request #5104 from opensourcerouting/route-map-nbv2
[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
42957688 8man8 += $(MANBUILD)/frr-nhrpd.8
cde8cd9d
DL
9endif
10
fe9e7b71 11nhrpd_nhrpd_LDADD = lib/libfrr.la lib/libfrrcares.la $(LIBCAP)
cde8cd9d
DL
12nhrpd_nhrpd_SOURCES = \
13 nhrpd/linux.c \
14 nhrpd/netlink_arp.c \
15 nhrpd/netlink_gre.c \
16 nhrpd/nhrp_cache.c \
aed07011 17 nhrpd/nhrp_errors.c \
cde8cd9d
DL
18 nhrpd/nhrp_event.c \
19 nhrpd/nhrp_interface.c \
20 nhrpd/nhrp_main.c \
21 nhrpd/nhrp_nhs.c \
22 nhrpd/nhrp_packet.c \
23 nhrpd/nhrp_peer.c \
24 nhrpd/nhrp_route.c \
25 nhrpd/nhrp_shortcut.c \
26 nhrpd/nhrp_vc.c \
27 nhrpd/nhrp_vty.c \
28 nhrpd/reqid.c \
cde8cd9d
DL
29 nhrpd/vici.c \
30 nhrpd/zbuf.c \
31 nhrpd/znl.c \
32 # end
33
34noinst_HEADERS += \
35 nhrpd/debug.h \
36 nhrpd/list.h \
37 nhrpd/netlink.h \
aed07011 38 nhrpd/nhrp_errors.h \
cde8cd9d
DL
39 nhrpd/nhrp_protocol.h \
40 nhrpd/nhrpd.h \
41 nhrpd/os.h \
42 nhrpd/vici.h \
43 nhrpd/zbuf.h \
44 nhrpd/znl.h \
45 # end