summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c87d9d..0a17e48 100644
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,9 @@ endif
upb_json_SRCS = \
upb/json/parser.c \
upb/json/printer.c \
+ upb/pb/encoder.c \
+ upb/pb/varint.c \
+ upb/sink.c \
# Ideally we could keep this uncommented, but Git apparently sometimes skews
# timestamps slightly at "clone" time, which makes "Make" think that it needs
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback