2005-04-15 Paul Jakma <paul@dishone.st>

* topology/Makefile.am: random.c is a source of libtopology, so list
	  it.
This commit is contained in:
paul 2005-04-15 22:12:51 +00:00
parent 9e67dc2723
commit f482ed4d13
2 changed files with 6 additions and 1 deletions

View 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.

View 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@