]> git.proxmox.com Git - mirror_frr.git/blob - nhrpd/subdir.am
Merge pull request #940 from qlyoung/hashtable-expansion-lf
[mirror_frr.git] / nhrpd / subdir.am
1 #
2 # nhrpd
3 #
4
5 if NHRPD
6 sbin_PROGRAMS += nhrpd/nhrpd
7 endif
8
9 nhrpd_nhrpd_LDADD = lib/libfrr.la @LIBCAP@ @CARES_LIBS@
10 nhrpd_nhrpd_CFLAGS = $(AM_CFLAGS) @CARES_CFLAGS@
11 nhrpd_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
33 noinst_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