forked from Mirror/frr
sharpd: Add ability to build from tarball
Since sharpd is only typically built with a development build this was not noticed. Add the necessary headers to build this thingie(tm). Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
7abe1e7e0d
commit
9f64bf393c
|
@ -13,6 +13,11 @@ sharpd_libsharp_a_SOURCES = \
|
|||
sharpd/sharp_vty.c \
|
||||
# end
|
||||
|
||||
noinst_HEADERS += \
|
||||
sharpd/sharp_vty.h \
|
||||
sharpd/sharp_zebra.h \
|
||||
# end
|
||||
|
||||
sharpd/sharp_vty_clippy.c: $(CLIPPY_DEPS)
|
||||
sharpd/sharp_vty.$(OBJEXT): sharpd/sharp_vty_clippy.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue