summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-28 08:12:32 +0200
committerdormando <dormando@rydia.net>2021-09-28 09:14:39 -0700
commit56dc81db316a0b957415e371d20c683fea9d7d2f (patch)
tree31604a7e13d4193dcc1cf8c715e7e14f9073f1c0 /Makefile.am
parent4b23988acb2151de8009d0ddc5e9d770f7bf3169 (diff)
downloadmemcached-56dc81db316a0b957415e371d20c683fea9d7d2f.tar.gz
add queue.h in archive1.6.12
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 9b17bc7..005df7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@ memcached_SOURCES = memcached.c memcached.h \
hash.c hash.h \
jenkins_hash.c jenkins_hash.h \
murmur3_hash.c murmur3_hash.h \
+ queue.h \
slabs.c slabs.h \
items.c items.h \
assoc.c assoc.h \