diff options
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@ |