diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 14:54:49 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 20:38:06 +0100 |
commit | 692b2cfb79b0553fef9bb6bba317a3231a4c0055 (patch) | |
tree | 7e77dd2d096f65513625f25149f0468b25691046 /Makefile.am | |
parent | 447a86c922801a9d268a121862c5ae5619bc7f91 (diff) | |
download | mpd-692b2cfb79b0553fef9bb6bba317a3231a4c0055.tar.gz mpd-692b2cfb79b0553fef9bb6bba317a3231a4c0055.tar.xz mpd-692b2cfb79b0553fef9bb6bba317a3231a4c0055.zip |
HugeAllocator: new memory allocator
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8130d6fc4..eaba44331 100644 --- a/Makefile.am +++ b/Makefile.am @@ -348,6 +348,7 @@ endif libutil_a_SOURCES = \ src/util/SliceBuffer.hxx \ + src/util/HugeAllocator.cxx src/util/HugeAllocator.hxx \ src/util/list.h \ src/util/list_sort.c src/util/list_sort.h \ src/util/byte_reverse.c src/util/byte_reverse.h \ |