summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-12-29 19:41:51 -0800
committerJoshua Haberman <joshua@reverberate.org>2009-12-29 19:41:51 -0800
commit3f0d126b2a35952e97555378f7ea5d370e1c424e (patch)
tree69e9de6e157c6b8b5a93085da4f94eb47276ecfe /Makefile
parentcc396257679698852380822bc6bfb61d33244172 (diff)
Only remaining undefined symbol is upb_msg_parsestr.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7b67a1..0fd7f65 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ clean:
# The core library (src/libupb.a)
SRC=src/upb.c src/upb_parse.c src/upb_table.c src/upb_def.c src/upb_data.c \
- descriptor/descriptor.c
+ descriptor/descriptor.c src/upb_text.c
# Override the optimization level for upb_def.o, because it is not in the
# critical path but gets very large when -O3 is used.
src/upb_def.o: src/upb_def.c
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback