aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-07-10 15:18:45 -0700
committerGravatar Vijay Pai <vpai@google.com>2015-07-10 15:18:45 -0700
commit005e305c226770deef7cdfcd4c03b857f96687ff (patch)
tree3efee16fa3049144217b8e7426a03f0e9b5c9914 /Makefile
parenta4ae29bb91da3b2a02e01b2e3f8e42beaefc7c2b (diff)
Initial checkin commit for lockfree stack.
Tests not yet included.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1c99a909d..0b4c889fd8 100644
--- a/Makefile
+++ b/Makefile
@@ -3100,6 +3100,7 @@ LIBGPR_SRC = \
src/core/support/murmur_hash.c \
src/core/support/slice.c \
src/core/support/slice_buffer.c \
+ src/core/support/stack_lockfree.c \
src/core/support/string.c \
src/core/support/string_posix.c \
src/core/support/string_win32.c \