summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 70be448..ba39e60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,8 @@ timedrun_SOURCES = timedrun.c
memcached_SOURCES = memcached.c memcached.h \
hash.c hash.h \
+ jenkins_hash.c jenkins_hash.h \
+ murmur3_hash.c murmur3_hash.h \
slabs.c slabs.h \
items.c items.h \
assoc.c assoc.h \