mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 08:50:16 +00:00
pimd: fix out of tree build
pimd/Makefile.am was missing srcdir/lib from its include paths, breaking out-of-tree build regarding route_types.h Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
1cb17fc701
commit
972db29fe7
@ -34,7 +34,7 @@ PIM_DEFS += -DPIM_ZCLIENT_DEBUG
|
||||
PIM_DEFS += -DPIM_ENFORCE_LOOPFREE_MFC
|
||||
#PIM_DEFS += -DPIM_UNEXPECTED_KERNEL_UPCALL
|
||||
|
||||
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
|
||||
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" $(PIM_DEFS)
|
||||
INSTALL_SDATA=@INSTALL@ -m 600
|
||||
LIBS = @LIBS@
|
||||
|
Loading…
Reference in New Issue
Block a user