]> git.proxmox.com Git - mirror_frr.git/blob - sharpd/subdir.am
Merge pull request #3561 from opensourcerouting/northbound-freebsd-fix
[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)/sharpd.8
11 endif
12
13 sharpd_libsharp_a_SOURCES = \
14 sharpd/sharp_zebra.c \
15 sharpd/sharp_vty.c \
16 # end
17
18 noinst_HEADERS += \
19 sharpd/sharp_vty.h \
20 sharpd/sharp_zebra.h \
21 # end
22
23 sharpd/sharp_vty_clippy.c: $(CLIPPY_DEPS)
24 sharpd/sharp_vty.$(OBJEXT): sharpd/sharp_vty_clippy.c
25
26 sharpd_sharpd_SOURCES = sharpd/sharp_main.c
27 sharpd_sharpd_LDADD = sharpd/libsharp.a lib/libfrr.la @LIBCAP@
28