summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>1999-04-09 14:40:58 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>1999-04-09 14:40:58 +0000
commit95aff22dff87bd2c9db875a938e1e116ebdaf33c (patch)
treedd50d5d22f48cad88ed52b138a2a14b213dc7811 /Makefile.am
parentbbc2cc4e0ef3b08da94b7cd2a6ba02426d840db7 (diff)
downloadglib-95aff22dff87bd2c9db875a938e1e116ebdaf33c.tar.gz
New files to implement the Mersenne Twister Pseudo Random Number
1999-04-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * grand.c, tests/rand-test.c: New files to implement the Mersenne Twister Pseudo Random Number Generator. * glib.h, AUTHORS, Makefile.am, tests/Makefile.am: Changed accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bbcb360b9..32014e453 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ libglib_la_SOURCES = \
gprimes.c \
gqueue.c \
grel.c \
+ grand.c \
gscanner.c \
gslist.c \
gstack.c \