diff options
author | paul <paul> | 2005-04-10 15:58:10 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-10 15:58:10 +0000 |
commit | a8f03df06c2740a730e80218c13c6a1afd050c4e (patch) | |
tree | 9b53a4db49df5d12ad9bf1b2bf1bfebb6ecb813d /isisd/topology | |
parent | 57a1477bc7138649a51277cd52616eb05d438187 (diff) |
2005-04-10 Paul Jakma <paul@dishone.st>
* 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
Diffstat (limited to 'isisd/topology')
-rw-r--r-- | isisd/topology/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isisd/topology/Makefile.am b/isisd/topology/Makefile.am index ae6fa821..44205210 100644 --- a/isisd/topology/Makefile.am +++ b/isisd/topology/Makefile.am @@ -15,8 +15,6 @@ libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la noinst_HEADERS = \ spgrid.h -EXTRA_DIST = regex.c regex-gnu.h - depend: @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c |