diff options
author | paul <paul> | 2005-04-15 22:12:51 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-15 22:12:51 +0000 |
commit | f482ed4d13e73c27424a45e4c8cfaaa363a35d89 (patch) | |
tree | 8fb0396cda1dcfa0de5d18b824b354b7ad7f1d07 /isisd/topology | |
parent | 9e67dc2723e86956dade42f5846d5c05334af041 (diff) |
2005-04-15 Paul Jakma <paul@dishone.st>
* topology/Makefile.am: random.c is a source of libtopology, so list
it.
Diffstat (limited to 'isisd/topology')
-rw-r--r-- | isisd/topology/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |