From 559e23c796f973a65d05c76e211835b126ee8ac8 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 17 Jun 2011 10:34:29 -0700 Subject: Major refactoring: abandon upb_msg, add upb_accessors. Next on the chopping block is upb_string. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 437cf5a..4a2593b 100644 --- a/Makefile +++ b/Makefile @@ -73,12 +73,14 @@ $(ALLSRC): perf-cppflags CORE= \ src/upb.c \ src/upb_handlers.c \ + src/upb_descriptor.c \ src/upb_table.c \ src/upb_string.c \ src/upb_def.c \ src/upb_msg.c \ src/upb_varint.c \ + # Common encoders/decoders -- you're almost certain to want these. STREAM= \ src/upb_decoder.c \ @@ -101,7 +103,8 @@ TESTS_SRC= \ tests/test_string.c \ tests/tests.c \ tests/tests_varint.c \ - tests/test_vs_proto2.cc + + #tests/test_vs_proto2.cc #tests/test_stream.c \ -- cgit v1.2.3