From: David Lamparter Date: Sun, 12 Feb 2017 13:25:26 +0000 (+0100) Subject: nhrpd: include headers in dist tarball X-Git-Tag: frr-3.0-branchpoint~2^2~5 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fac2c62bb9d8fadb3bedf04fc0ace721bcfd7eae;p=mirror%2Ffrr.git nhrpd: include headers in dist tarball Signed-off-by: David Lamparter --- diff --git a/nhrpd/Makefile.am b/nhrpd/Makefile.am index c8c40bc17b..ae0dd6f5f8 100644 --- a/nhrpd/Makefile.am +++ b/nhrpd/Makefile.am @@ -32,4 +32,16 @@ nhrpd_SOURCES = \ nhrpd_LDADD = ../lib/libfrr.la @LIBCAP@ @CARES_LIBS@ +noinst_HEADERS = \ + debug.h \ + list.h \ + netlink.h \ + nhrp_protocol.h \ + nhrpd.h \ + os.h \ + vici.h \ + zbuf.h \ + znl.h \ + # end + #dist_examples_DATA = nhrpd.conf.sample