]> git.proxmox.com Git - mirror_frr.git/blame - sharpd/subdir.am
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / sharpd / subdir.am
CommitLineData
8a71d93d
DS
1#
2# sharpd
3#
4
5if SHARPD
6noinst_LIBRARIES += sharpd/libsharp.a
7sbin_PROGRAMS += sharpd/sharpd
8dist_examples_DATA += sharpd/sharpd.conf.sample
74dc19a2 9vtysh_scan += $(top_srcdir)/sharpd/sharp_vty.c
f4f2f2cc 10man8 += $(MANBUILD)/sharpd.8
8a71d93d
DS
11endif
12
13sharpd_libsharp_a_SOURCES = \
14 sharpd/sharp_zebra.c \
15 sharpd/sharp_vty.c \
16 # end
17
9f64bf39
DS
18noinst_HEADERS += \
19 sharpd/sharp_vty.h \
20 sharpd/sharp_zebra.h \
21 # end
22
8a71d93d
DS
23sharpd/sharp_vty_clippy.c: $(CLIPPY_DEPS)
24sharpd/sharp_vty.$(OBJEXT): sharpd/sharp_vty_clippy.c
25
26sharpd_sharpd_SOURCES = sharpd/sharp_main.c
27sharpd_sharpd_LDADD = sharpd/libsharp.a lib/libfrr.la @LIBCAP@
28