]> git.proxmox.com Git - mirror_frr.git/blame - nhrpd/subdir.am
bgpd: Add some FLowspec specific Error Codes.
[mirror_frr.git] / nhrpd / subdir.am
CommitLineData
cde8cd9d
DL
1#
2# nhrpd
3#
4
5if NHRPD
6sbin_PROGRAMS += nhrpd/nhrpd
7endif
8
9nhrpd_nhrpd_LDADD = lib/libfrr.la @LIBCAP@ @CARES_LIBS@
10nhrpd_nhrpd_CFLAGS = $(AM_CFLAGS) @CARES_CFLAGS@
11nhrpd_nhrpd_SOURCES = \
12 nhrpd/linux.c \
13 nhrpd/netlink_arp.c \
14 nhrpd/netlink_gre.c \
15 nhrpd/nhrp_cache.c \
16 nhrpd/nhrp_event.c \
17 nhrpd/nhrp_interface.c \
18 nhrpd/nhrp_main.c \
19 nhrpd/nhrp_nhs.c \
20 nhrpd/nhrp_packet.c \
21 nhrpd/nhrp_peer.c \
22 nhrpd/nhrp_route.c \
23 nhrpd/nhrp_shortcut.c \
24 nhrpd/nhrp_vc.c \
25 nhrpd/nhrp_vty.c \
26 nhrpd/reqid.c \
27 nhrpd/resolver.c \
28 nhrpd/vici.c \
29 nhrpd/zbuf.c \
30 nhrpd/znl.c \
31 # end
32
33noinst_HEADERS += \
34 nhrpd/debug.h \
35 nhrpd/list.h \
36 nhrpd/netlink.h \
37 nhrpd/nhrp_protocol.h \
38 nhrpd/nhrpd.h \
39 nhrpd/os.h \
40 nhrpd/vici.h \
41 nhrpd/zbuf.h \
42 nhrpd/znl.h \
43 # end