From cca4818eb7769d6e776bdc30516a5f871f1d6393 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 31 Mar 2012 12:17:32 -0700 Subject: Sync from internal Google development. --- Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a12e7ef..de36900 100644 --- a/Makefile +++ b/Makefile @@ -81,14 +81,16 @@ deps: Makefile $(ALLSRC) # The core library. CORE= \ - upb/upb.c \ - upb/handlers.c \ - upb/descriptor/reader.c \ - upb/table.c \ - upb/refcount.c \ + upb/bytestream.c \ upb/def.c \ + upb/descriptor/reader.c \ + upb/handlers.c \ upb/msg.c \ - upb/bytestream.c \ + upb/refcount.c \ + upb/stdc/error.c \ + upb/stdc/io.c \ + upb/table.c \ + upb/upb.c \ bindings/cpp/upb/proto2_bridge.cc \ # TODO: the proto2 bridge should be built as a separate library. -- cgit v1.2.3