summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-05-30 21:53:11 -0700
committerdormando <dormando@rydia.net>2020-07-02 15:37:57 -0700
commite1bb1db06081d61e16ee42c791da22003357427b (patch)
treee8354a1f5fb4b1126c76d0574531919af907e439 /Makefile.am
parente190205e239b0338f1b539dcd2372bdcdd67d5b3 (diff)
downloadmemcached-e1bb1db06081d61e16ee42c791da22003357427b.tar.gz
main: split binary protocol into proto_bin.c
also some missed text bits.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 11e51b5..8ea4841 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,8 @@ memcached_SOURCES = memcached.c memcached.h \
slab_automove.c slab_automove.h \
authfile.c authfile.h \
restart.c restart.h \
- proto_text.c proto_text.h
+ proto_text.c proto_text.h \
+ proto_bin.c proto_bin.h
if BUILD_SOLARIS_PRIVS
memcached_SOURCES += solaris_priv.c