]> git.proxmox.com Git - mirror_frr.git/blob - sharpd/subdir.am
Merge pull request #5713 from opensourcerouting/logpump
[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 += $(top_srcdir)/sharpd/sharp_vty.c
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 sharpd/sharp_vty_clippy.c: $(CLIPPY_DEPS)
28 sharpd/sharp_vty.$(OBJEXT): sharpd/sharp_vty_clippy.c
29
30 sharpd_sharpd_SOURCES = sharpd/sharp_main.c
31 sharpd_sharpd_LDADD = sharpd/libsharp.a lib/libfrr.la $(LIBCAP)
32