From: paul Date: Fri, 15 Apr 2005 22:12:51 +0000 (+0000) Subject: 2005-04-15 Paul Jakma X-Git-Tag: frr-2.0-rc1~3070 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f482ed4d13e73c27424a45e4c8cfaaa363a35d89;p=matthieu%2Ffrr.git 2005-04-15 Paul Jakma * topology/Makefile.am: random.c is a source of libtopology, so list it. --- diff --git a/isisd/ChangeLog b/isisd/ChangeLog index c8e363fb52..081ee654bd 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,8 @@ +2005-04-15 Paul Jakma + + * topology/Makefile.am: random.c is a source of libtopology, so list + it. + 2005-04-12 Hasso Tepper * isis_adjacency.c: Fix typo introduced with listloop cleanup. diff --git a/isisd/topology/Makefile.am b/isisd/topology/Makefile.am index 442052109a..2515b38bed 100644 --- a/isisd/topology/Makefile.am +++ b/isisd/topology/Makefile.am @@ -6,7 +6,7 @@ DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" noinst_LIBRARIES = libtopology.a libtopology_a_SOURCES = \ - spgrid.c + spgrid.c random.c libtopology_a_DEPENDENCIES = @LIB_REGEX@