aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar jtattermusch <jtattermusch@google.com>2014-12-11 14:18:58 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2014-12-11 15:11:44 -0800
commit94204dda83b06c2ab654027b4c780a3417ab3eb0 (patch)
treec0829e0a95c013549e4fdcb26e01690a3ed99855 /Makefile
parent718c3f75879ffa7cf11c58bd0fb7bd3fe28b1719 (diff)
Fix ipv6.c build breakage on Windows.
Change on 2014/12/11 by jtattermusch <jtattermusch@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81910401
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 095e0aaabf..6bc8f0388a 100644
--- a/Makefile
+++ b/Makefile
@@ -750,7 +750,7 @@ clean_libgrpc:
LIBGRPC_TEST_UTIL_SRC = \
test/core/util/grpc_profiler.c \
- test/core/util/ipv6.c \
+ test/core/util/ipv6_posix.c \
test/core/util/parse_hexstring.c \
test/core/util/port_posix.c \
test/core/util/slice_splitter.c \