]> git.proxmox.com Git - mirror_frr.git/blob - sharpd/subdir.am
Merge pull request #7222 from idryzhov/fix-debug
[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 dist_examples_DATA += sharpd/sharpd.conf.sample
9 vtysh_scan += sharpd/sharp_vty.c
10 vtysh_daemons += sharpd
11 man8 += $(MANBUILD)/frr-sharpd.8
12 endif
13
14 sharpd_libsharp_a_SOURCES = \
15 sharpd/sharp_nht.c \
16 sharpd/sharp_zebra.c \
17 sharpd/sharp_vty.c \
18 sharpd/sharp_logpump.c \
19 # end
20
21 noinst_HEADERS += \
22 sharpd/sharp_nht.h \
23 sharpd/sharp_vty.h \
24 sharpd/sharp_globals.h \
25 sharpd/sharp_zebra.h \
26 # end
27
28 clippy_scan += \
29 sharpd/sharp_vty.c \
30 # end
31
32 sharpd_sharpd_SOURCES = sharpd/sharp_main.c
33 sharpd_sharpd_LDADD = sharpd/libsharp.a lib/libfrr.la $(LIBCAP)
34