]> git.proxmox.com Git - mirror_frr.git/blob - sharpd/subdir.am
tools: improve explanation of 'wrap' options
[mirror_frr.git] / sharpd / subdir.am
1 #
2 # sharpd
3 #
4
5 if SHARPD
6 noinst_LIBRARIES += sharpd/libsharp.a
7 sbin_PROGRAMS += sharpd/sharpd
8 vtysh_scan += sharpd/sharp_vty.c
9 vtysh_daemons += sharpd
10 man8 += $(MANBUILD)/frr-sharpd.8
11 endif
12
13 sharpd_libsharp_a_SOURCES = \
14 sharpd/sharp_nht.c \
15 sharpd/sharp_zebra.c \
16 sharpd/sharp_vty.c \
17 sharpd/sharp_logpump.c \
18 # end
19
20 noinst_HEADERS += \
21 sharpd/sharp_nht.h \
22 sharpd/sharp_vty.h \
23 sharpd/sharp_globals.h \
24 sharpd/sharp_zebra.h \
25 # end
26
27 clippy_scan += \
28 sharpd/sharp_vty.c \
29 # end
30
31 sharpd_sharpd_SOURCES = sharpd/sharp_main.c
32 sharpd_sharpd_LDADD = sharpd/libsharp.a lib/libfrr.la $(LIBCAP)
33