From 94204dda83b06c2ab654027b4c780a3417ab3eb0 Mon Sep 17 00:00:00 2001 From: jtattermusch Date: Thu, 11 Dec 2014 14:18:58 -0800 Subject: Fix ipv6.c build breakage on Windows. Change on 2014/12/11 by jtattermusch ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81910401 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3