summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-01-12 11:29:32 -0800
committerJoshua Haberman <joshua@reverberate.org>2010-01-12 11:29:32 -0800
commitd7d1b2a14120e0194aadcfcb327a542f81213058 (patch)
treee4736491eee14639e9ae3242f8236380d43f0b69 /Makefile
parent02d2f8afb81eebbb7aab6f9a07f7e5cfcebbba2c (diff)
Move many serializing functions to .cc file, since they do not need to be exposed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fd7f65..65ba41e 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ clean:
# The core library (src/libupb.a)
SRC=src/upb.c src/upb_parse.c src/upb_table.c src/upb_def.c src/upb_data.c \
- descriptor/descriptor.c src/upb_text.c
+ src/upb_serialize.c descriptor/descriptor.c src/upb_text.c
# Override the optimization level for upb_def.o, because it is not in the
# critical path but gets very large when -O3 is used.
src/upb_def.o: src/upb_def.c
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback