]> git.proxmox.com Git - mirror_frr.git/blame - sharpd/subdir.am
Merge pull request #1536 from opensourcerouting/isis-l2conv
[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
9endif
10
11sharpd_libsharp_a_SOURCES = \
12 sharpd/sharp_zebra.c \
13 sharpd/sharp_vty.c \
14 # end
15
16sharpd/sharp_vty_clippy.c: $(CLIPPY_DEPS)
17sharpd/sharp_vty.$(OBJEXT): sharpd/sharp_vty_clippy.c
18
19sharpd_sharpd_SOURCES = sharpd/sharp_main.c
20sharpd_sharpd_LDADD = sharpd/libsharp.a lib/libfrr.la @LIBCAP@
21