Skip to content

Commit

Permalink
CLEANUP: Detach ASCII/Binary protocols from memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
ing-eoking committed Nov 29, 2023
1 parent 058b86d commit 220a32e
Show file tree
Hide file tree
Showing 7 changed files with 11,953 additions and 11,801 deletions.
6 changes: 5 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ memcached_SOURCES = \
cmdlog.h \
lqdetect.c \
lqdetect.h \
trace.h
trace.h \
proto_ascii.c \
proto_ascii.h \
proto_bin.c \
proto_bin.h
memcached_LDFLAGS =-R '$(libdir)'
memcached_CFLAGS = @PROFILER_FLAGS@ ${AM_CFLAGS}
memcached_DEPENDENCIES = libmcd_util.la
Expand Down
Loading

0 comments on commit 220a32e

Please sign in to comment.