summaryrefslogtreecommitdiffstats
path: root/sharpd/subdir.am
blob: acf4fe5d0079f269823155b5af8909f035e24bfd (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
#
# sharpd
#

if SHARPD
noinst_LIBRARIES += sharpd/libsharp.a
sbin_PROGRAMS += sharpd/sharpd
vtysh_scan += sharpd/sharp_vty.c
vtysh_daemons += sharpd
man8 += $(MANBUILD)/frr-sharpd.8
endif

sharpd_libsharp_a_SOURCES = \
	sharpd/sharp_nht.c \
	sharpd/sharp_zebra.c \
	sharpd/sharp_vty.c \
	sharpd/sharp_logpump.c \
	# end

noinst_HEADERS += \
	sharpd/sharp_nht.h \
	sharpd/sharp_vty.h \
	sharpd/sharp_globals.h \
	sharpd/sharp_zebra.h \
	# end

clippy_scan += \
	sharpd/sharp_vty.c \
	# end

sharpd_sharpd_SOURCES = sharpd/sharp_main.c
sharpd_sharpd_LDADD = sharpd/libsharp.a lib/libfrr.la $(LIBCAP)