summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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