]> git.puffer.fish Git - mirror/frr.git/commitdiff
sharpd: Add ability to build from tarball 1755/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 15 Feb 2018 18:35:10 +0000 (13:35 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 15 Feb 2018 19:05:40 +0000 (14:05 -0500)
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>
sharpd/subdir.am

index da7d68e0bca88b37790c7b90fcc798b6ea4c47cb..490a2ba787ebc3c1c936c4bc4a2364f735d99a0b 100644 (file)
@@ -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