aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 20:50:48 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 21:27:51 +0100
commit5b8b7d14127a5ea9ce8f0301c92267f86eeab85a (patch)
tree954e81e1ab93b24ab59bde3fe08489109e4b4964 /Makefile.am
parent53e5139b9940bd51af5ad6bc123331a94af5f462 (diff)
downloadmpd-5b8b7d14127a5ea9ce8f0301c92267f86eeab85a.tar.gz
mpd-5b8b7d14127a5ea9ce8f0301c92267f86eeab85a.tar.xz
mpd-5b8b7d14127a5ea9ce8f0301c92267f86eeab85a.zip
util/LazyRandomEngine: lazy wrapper for std::mt19937
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 2971a7f14..e86be73d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -344,6 +344,7 @@ endif
# Generic utility library
libutil_a_SOURCES = \
+ src/util/LazyRandomEngine.cxx src/util/LazyRandomEngine.hxx \
src/util/SliceBuffer.hxx \
src/util/HugeAllocator.cxx src/util/HugeAllocator.hxx \
src/util/list.h \