From f695b01ff8e9aebc46bdf41f104ad4abbb0ef59e Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 2 Apr 2005 19:03:39 +0000 Subject: * configure.ac: Add --enable-isis-topology to enable isisd topology generator code. * isisd/Makefile.am: Variables to handle conditonal compiling of topology generator code. * isisd/isis_lsp.c: lsppdu_realloc() is used by topology generator. * isisd/isisd.c: Rename show_isis_topology_cmd to not conflict the one in the isis_spf.c. * isisd/isisd.h: Remove TOPOLOGY_GENERATE define, it will be defined in toplevel config.h if topology generator is enabled. * isisd/topology/Makefile.am: Handle the libtoolized Quagga libraries. --- isisd/topology/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isisd/topology/Makefile.am') diff --git a/isisd/topology/Makefile.am b/isisd/topology/Makefile.am index 045c15c8..ae6fa821 100644 --- a/isisd/topology/Makefile.am +++ b/isisd/topology/Makefile.am @@ -10,7 +10,7 @@ libtopology_a_SOURCES = \ libtopology_a_DEPENDENCIES = @LIB_REGEX@ -libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.a +libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la noinst_HEADERS = \ spgrid.h -- cgit v1.2.1