summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2012-07-19 12:58:59 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2012-07-19 13:00:29 +0200
commitee1ac2d52a6656e589ca2fb4feb3ec5fd366ecb7 (patch)
tree164ab37de3c091f9bcb18f07d82c01d41d345238 /configure.ac
parent7f062c217b262e362a3362c677dea6c5e820adf1 (diff)
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>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0d6e6eff..7764df71 100755
--- a/configure.ac
+++ b/configure.ac
@@ -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