]> git.puffer.fish Git - matthieu/frr.git/commitdiff
build: fix isisd topology out of tree build
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 19 Jul 2012 10:58:59 +0000 (12:58 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 19 Jul 2012 11:00:29 +0000 (13:00 +0200)
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>
configure.ac

index 0d6e6efff1e8dbcc6036d05174428729997b230b..7764df7173521e428d576bef1f4554279c10a76d 100755 (executable)
@@ -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