summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKanak Kshetri <kanakkshetri@fastmail.fm>2020-04-01 07:34:16 -0500
committerdormando <dormando@rydia.net>2020-04-09 15:53:21 -0700
commit7bd7f6dc88f620ac77fe6b5acd5ffb06105c759d (patch)
tree4c865b96b775f6a5a7ea5915051b6321b132589f /Makefile.am
parentc1127a8aaf902203bda391a45af51d95378c5cd8 (diff)
downloadmemcached-7bd7f6dc88f620ac77fe6b5acd5ffb06105c759d.tar.gz
testapp: Fix failure with -flto=auto
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0d30161..d62facf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ noinst_PROGRAMS = memcached-debug sizes testapp timedrun
BUILT_SOURCES=
-testapp_SOURCES = testapp.c util.c util.h stats_prefix.c stats_prefix.h jenkins_hash.c murmur3_hash.c hash.c hash.h cache.c
+testapp_SOURCES = testapp.c util.c util.h stats_prefix.c stats_prefix.h jenkins_hash.c murmur3_hash.c hash.h cache.c
timedrun_SOURCES = timedrun.c