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