diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-02-12 14:25:26 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-03-07 16:21:01 +0100 | 
| commit | fac2c62bb9d8fadb3bedf04fc0ace721bcfd7eae (patch) | |
| tree | eb7bc0e563b7358b62cf05159da1752115de5035 /nhrpd | |
| parent | 442deed838f679fd078a2dbd1987272c1d627264 (diff) | |
nhrpd: include headers in dist tarball
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'nhrpd')
| -rw-r--r-- | nhrpd/Makefile.am | 12 | 
1 files changed, 12 insertions, 0 deletions
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  | 
