mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 04:54:44 +00:00
nhrpd: include headers in dist tarball
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
442deed838
commit
fac2c62bb9
@ -32,4 +32,16 @@ nhrpd_SOURCES = \
|
|||||||
|
|
||||||
nhrpd_LDADD = ../lib/libfrr.la @LIBCAP@ @CARES_LIBS@
|
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
|
#dist_examples_DATA = nhrpd.conf.sample
|
||||||
|
Loading…
Reference in New Issue
Block a user