diff options
author | paul <paul> | 2005-04-15 22:12:51 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-15 22:12:51 +0000 |
commit | a277bcc436419e1662c0fe3bcaaa751545d83a66 (patch) | |
tree | d00a654f45729f6c2928bab64bd7c1b2f044e6f4 | |
parent | 48d5dc78e7631924d0f0da5b16f90c225ec0d38e (diff) | |
download | quagga-a277bcc436419e1662c0fe3bcaaa751545d83a66.tar.bz2 quagga-a277bcc436419e1662c0fe3bcaaa751545d83a66.tar.xz |
2005-04-15 Paul Jakma <paul@dishone.st>
* topology/Makefile.am: random.c is a source of libtopology, so list
it.
-rw-r--r-- | isisd/ChangeLog | 5 | ||||
-rw-r--r-- | isisd/topology/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index c8e363fb..081ee654 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -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. diff --git a/isisd/topology/Makefile.am b/isisd/topology/Makefile.am index 44205210..2515b38b 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@ |