summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-06-17 10:34:29 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-06-17 10:34:29 -0700
commit559e23c796f973a65d05c76e211835b126ee8ac8 (patch)
treeec359628f3b93b88718cc34e5ec86ca6e6c6c1e2 /Makefile
parenta503b8859c37906ab5012db163daca43bfe393bb (diff)
Major refactoring: abandon upb_msg, add upb_accessors.
Next on the chopping block is upb_string.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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 \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback