summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-07-12 10:21:53 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-07-12 10:21:53 -0700
commit8e138c4687bf021d40be5134228940dbfe2fbd45 (patch)
treea83d03b5478275534eee00beeb8c5f27272fc5b8 /Makefile
parent57ad204ceaef0943bba11bdc5d4d98f2d179a22f (diff)
Added more comments for upb_src interface.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c37df72..166ca3a 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ clean:
# The core library (core/libupb.a)
SRC=core/upb.c stream/upb_decoder.c core/upb_table.c core/upb_def.c core/upb_string.c \
+ core/upb_stream.c \
descriptor/descriptor.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