]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2005-04-15 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Fri, 15 Apr 2005 22:12:51 +0000 (22:12 +0000)
committerpaul <paul>
Fri, 15 Apr 2005 22:12:51 +0000 (22:12 +0000)
* topology/Makefile.am: random.c is a source of libtopology, so list
  it.

isisd/ChangeLog
isisd/topology/Makefile.am

index c8e363fb52dcf18dd9ec707ebc33f648ea79ab6e..081ee654bd9b0dfe6ae080eb34f7bb3b3dc354d6 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-15 Paul Jakma <paul@dishone.st>
+
+       * topology/Makefile.am: random.c is a source of libtopology, so list
+         it.
+
 2005-04-12 Hasso Tepper <hasso at quagga.net>
 
        * isis_adjacency.c: Fix typo introduced with listloop cleanup.
index 442052109a4dcd698809c167995fc08bd39d0714..2515b38bedaae07b79b3447346e2b747a27a9dd8 100644 (file)
@@ -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@