Skip to content

Commit d0594ed

Browse files
committed
CLEANUP: Detach ASCII/Binary protocols from memcached
1 parent 4ba2477 commit d0594ed

File tree

7 files changed

+12066
-11963
lines changed

7 files changed

+12066
-11963
lines changed

Makefile.am

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ memcached_SOURCES = \
9090
cmdlog.h \
9191
lqdetect.c \
9292
lqdetect.h \
93-
trace.h
93+
trace.h \
94+
proto_ascii.c \
95+
proto_ascii.h \
96+
proto_bin.c \
97+
proto_bin.h
9498
memcached_LDFLAGS =-R '$(libdir)'
9599
memcached_CFLAGS = @PROFILER_FLAGS@ ${AM_CFLAGS}
96100
memcached_DEPENDENCIES = libmcd_util.la

0 commit comments

Comments
 (0)