mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 21:47:15 +02:00
build: fix isisd topology out of tree build
isisd got the include directory wrong on building with a separate build directory. * configure.ac: adjust ISIS_TOPOLOGY_INCLUDES Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
7f062c217b
commit
ee1ac2d52a
|
@ -330,7 +330,7 @@ fi
|
|||
|
||||
if test "${enable_isisd}" = "yes" && test "${enable_isis_topology}" = yes; then
|
||||
AC_DEFINE(TOPOLOGY_GENERATE,,Enable IS-IS topology generator code)
|
||||
ISIS_TOPOLOGY_INCLUDES="-I./topology"
|
||||
ISIS_TOPOLOGY_INCLUDES="-I\$(srcdir)/topology"
|
||||
ISIS_TOPOLOGY_DIR="topology"
|
||||
ISIS_TOPOLOGY_LIB="./topology/libtopology.a"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue