summaryrefslogtreecommitdiffstats
path: root/isisd/topology/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 2005-04-15 Paul Jakma <paul@dishone.st>paul2005-04-151-1/+1
| | | | | * topology/Makefile.am: random.c is a source of libtopology, so list it.
* 2005-04-10 Paul Jakma <paul@dishone.st>paul2005-04-101-2/+0
| | | | | | | | | | * Makefile.am: topology should not be a conditional SUBDIR, otherwise make dist breaks. * topology/Makefile.am: remove EXTRA_DIST of files which dont exist in that directory, broke make dist. * isisd.c: (show_isis_generated_topology_cmd) convert LIST_LOOP * isis_lsp.c: (generate_topology_lsps) ditto (build_topology_lsp_data) ditto
* * configure.ac: Add --enable-isis-topology to enable isisd topologyhasso2005-04-021-1/+1
| | | | | | | | | | | | 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.
* Initial revisionjardin2003-12-231-0/+23