summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index a12e7ef..de36900 100644
--- a/Makefile
+++ b/Makefile
@@ -81,14 +81,16 @@ deps: Makefile $(ALLSRC)
# The core library.
CORE= \
- upb/upb.c \
- upb/handlers.c \
- upb/descriptor/reader.c \
- upb/table.c \
- upb/refcount.c \
+ upb/bytestream.c \
upb/def.c \
+ upb/descriptor/reader.c \
+ upb/handlers.c \
upb/msg.c \
- upb/bytestream.c \
+ upb/refcount.c \
+ upb/stdc/error.c \
+ upb/stdc/io.c \
+ upb/table.c \
+ upb/upb.c \
bindings/cpp/upb/proto2_bridge.cc \
# TODO: the proto2 bridge should be built as a separate library.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback