summaryrefslogtreecommitdiffstats
path: root/nhrpd/subdir.am
blob: 5b06946c891b4eff35ad05f9e5ff3c793a03e198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# nhrpd
#

if NHRPD
sbin_PROGRAMS += nhrpd/nhrpd
endif

nhrpd_nhrpd_LDADD = lib/libfrr.la @LIBCAP@ @CARES_LIBS@
nhrpd_nhrpd_CFLAGS = $(AM_CFLAGS) @CARES_CFLAGS@
nhrpd_nhrpd_SOURCES = \
	nhrpd/linux.c \
	nhrpd/netlink_arp.c \
	nhrpd/netlink_gre.c \
	nhrpd/nhrp_cache.c \
	nhrpd/nhrp_event.c \
	nhrpd/nhrp_interface.c \
	nhrpd/nhrp_main.c \
	nhrpd/nhrp_nhs.c \
	nhrpd/nhrp_packet.c \
	nhrpd/nhrp_peer.c \
	nhrpd/nhrp_route.c \
	nhrpd/nhrp_shortcut.c \
	nhrpd/nhrp_vc.c \
	nhrpd/nhrp_vty.c \
	nhrpd/reqid.c \
	nhrpd/resolver.c \
	nhrpd/vici.c \
	nhrpd/zbuf.c \
	nhrpd/znl.c \
	# end

noinst_HEADERS += \
	nhrpd/debug.h \
	nhrpd/list.h \
	nhrpd/netlink.h \
	nhrpd/nhrp_protocol.h \
	nhrpd/nhrpd.h \
	nhrpd/os.h \
	nhrpd/vici.h \
	nhrpd/zbuf.h \
	nhrpd/znl.h \
	# end