summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-08-23 10:48:17 -0700
committerGitHub <noreply@github.com>2018-08-23 10:48:17 -0700
commitd1738d4dec31bc803b0db5c59cd5b40e929b01c0 (patch)
treea010d942478fa846d35de106373a39076c15aace /Makefile
parent0a95f73d0d9874151c0d36d6035230a873fa1715 (diff)
parente94ac4f75717f2bd1a617e5633cd502106748475 (diff)
Merge pull request #117 from haberman/cmake
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f78c950..3c87d9d 100644
--- a/Makefile
+++ b/Makefile
@@ -154,6 +154,7 @@ upb_SRCS = \
upb/encode.c \
upb/handlers.c \
upb/msg.c \
+ upb/msgfactory.c \
upb/refcounted.c \
upb/sink.c \
upb/table.c \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback