summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2012-03-31 12:17:32 -0700
committerJoshua Haberman <jhaberman@gmail.com>2012-03-31 12:17:32 -0700
commitcca4818eb7769d6e776bdc30516a5f871f1d6393 (patch)
treee67dd65d5c016028ae976b09b2d69f6b7525aa5f /Makefile
parent26ed1e996171c8ffa2ced42ac69b1b82c1956e1f (diff)
Sync from internal Google development.
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