From fac2c62bb9d8fadb3bedf04fc0ace721bcfd7eae Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 12 Feb 2017 14:25:26 +0100 Subject: [PATCH] nhrpd: include headers in dist tarball Signed-off-by: David Lamparter --- nhrpd/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.39.5