summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTrond Norbye <Trond.Norbye@sun.com>2009-10-25 22:31:32 +0100
committerDustin Sallings <dustin@spy.net>2009-10-25 14:36:52 -0700
commit13780afc81f55ff3cbd15fcfa56d782b939f1e12 (patch)
treed06b7e73e47241329aa1a88ded08347220b0c507 /Makefile.am
parent991ea27627a083aabaa5b0e2964f0fa062d4a0e8 (diff)
downloadmemcached-13780afc81f55ff3cbd15fcfa56d782b939f1e12.tar.gz
Add sasl_defs.h to the sources to include it in make dist
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 de8213d..3cc5952 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ memcached_SOURCES = memcached.c memcached.h \
thread.c daemon.c \
stats.c stats.h \
util.c util.h \
- trace.h cache.h
+ trace.h cache.h sasl_defs.h
if BUILD_CACHE
memcached_SOURCES += cache.c