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 Oct 30, 2023
1 parent 4ba2477 commit f09b214
Show file tree
Hide file tree
Showing 7 changed files with 12,066 additions and 11,963 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 f09b214

Please sign in to comment.