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