summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-01-29 20:16:34 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-01-29 20:16:34 -0800
commit93099cccd1e6428d6be45553c7dd7746bbd65e93 (patch)
tree7c24a5349daa132cfd374ef1f40ed9d2e3247447 /Makefile
parent8536bbc5f88a4d2bb98d6875cf317154c263d473 (diff)
upb_strstream compiles again.
That covers all source files except upb_msg!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1dfd79d..26e036e 100644
--- a/Makefile
+++ b/Makefile
@@ -64,9 +64,9 @@ SRC=core/upb.c \
core/upb_def.c \
stream/upb_decoder.c \
stream/upb_stdio.c \
- stream/upb_textprinter.c
+ stream/upb_textprinter.c \
+ stream/upb_strstream.c \
# core/upb_msg.c \
-# stream/upb_strstream.c \
$(SRC): perf-cppflags
# Parts of core that are yet to be converted.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback