]> git.proxmox.com Git - mirror_frr.git/blob - nhrpd/subdir.am
*: fix source file headers & includes for errcodes
[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_errors.c \
17 nhrpd/nhrp_event.c \
18 nhrpd/nhrp_interface.c \
19 nhrpd/nhrp_main.c \
20 nhrpd/nhrp_nhs.c \
21 nhrpd/nhrp_packet.c \
22 nhrpd/nhrp_peer.c \
23 nhrpd/nhrp_route.c \
24 nhrpd/nhrp_shortcut.c \
25 nhrpd/nhrp_vc.c \
26 nhrpd/nhrp_vty.c \
27 nhrpd/reqid.c \
28 nhrpd/resolver.c \
29 nhrpd/vici.c \
30 nhrpd/zbuf.c \
31 nhrpd/znl.c \
32 # end
33
34 noinst_HEADERS += \
35 nhrpd/debug.h \
36 nhrpd/list.h \
37 nhrpd/netlink.h \
38 nhrpd/nhrp_errors.h \
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