diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-02-15 19:35:10 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-02-15 20:05:40 +0100 |
commit | 9f64bf393c27f01ab8951c3d45c3a27bcc5b0cf1 (patch) | |
tree | 1a123eece709846b674b0ac50d96802b1fa4caf4 /sharpd | |
parent | Merge pull request #1738 from chiragshah6/ospfv3_dev (diff) | |
download | frr-9f64bf393c27f01ab8951c3d45c3a27bcc5b0cf1.tar.xz frr-9f64bf393c27f01ab8951c3d45c3a27bcc5b0cf1.zip |
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>
Diffstat (limited to 'sharpd')
-rw-r--r-- | sharpd/subdir.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sharpd/subdir.am b/sharpd/subdir.am index da7d68e0b..490a2ba78 100644 --- a/sharpd/subdir.am +++ b/sharpd/subdir.am @@ -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 |