mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 04:47:05 +00:00
zebra: Fix dist so that zebra includes right .h
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
ccf1b8b57d
commit
c92c7a381a
@ -60,7 +60,8 @@ noinst_HEADERS = \
|
|||||||
interface.h ipforward.h irdp.h router-id.h kernel_socket.h \
|
interface.h ipforward.h irdp.h router-id.h kernel_socket.h \
|
||||||
rt_netlink.h zebra_fpm.h zebra_fpm_private.h zebra_rnh.h \
|
rt_netlink.h zebra_fpm.h zebra_fpm_private.h zebra_rnh.h \
|
||||||
zebra_ptm_redistribute.h zebra_ptm.h zebra_routemap.h \
|
zebra_ptm_redistribute.h zebra_ptm.h zebra_routemap.h \
|
||||||
zebra_ns.h zebra_vrf.h ioctl_solaris.h zebra_static.h zebra_mpls.h
|
zebra_ns.h zebra_vrf.h ioctl_solaris.h zebra_static.h zebra_mpls.h \
|
||||||
|
kernel_netlink.h if_netlink.h
|
||||||
|
|
||||||
zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP) $(Q_FPM_PB_CLIENT_LDOPTS)
|
zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP) $(Q_FPM_PB_CLIENT_LDOPTS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user