commit | ac728fd929f5b949364089c4f0d95cfa322a7683 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@jakma.org> | Fri Jan 27 11:07:24 2017 +0000 |
committer | Paul Jakma <paul@quagga.net> | Fri Jan 27 14:53:31 2017 +0000 |
tree | bd809182f12dc278257bbcc1284ee4fa7cd85591 | |
parent | b1887c852c5c040e109925887ec8c1ca8c428730 [diff] |
nhrpd: Makefile.am needs to specify the headers, for dist tarballs to work
diff --git a/nhrpd/Makefile.am b/nhrpd/Makefile.am index 00ecc7f..a9f70e2 100644 --- a/nhrpd/Makefile.am +++ b/nhrpd/Makefile.am
@@ -32,4 +32,7 @@ nhrpd_LDADD = ../lib/libzebra.la @LIBCAP@ @CARES_LIBS@ +noinst_HEADERS = debug.h netlink.h nhrpd.h vici.h znl.h list.h \ + nhrp_protocol.h os.h zbuf.h + #dist_examples_DATA = nhrpd.conf.sample