summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-01-15 15:24:26 -0800
committerJoshua Haberman <joshua@reverberate.org>2010-01-15 15:24:26 -0800
commit57d6353a3c225cbfa523d7f15cef2691e8806741 (patch)
tree5b35296157fd34c0d5a9045449b81b7f694cba8a /Makefile
parent088b995c9e873178ec5761418534ed108e20c4b5 (diff)
Rename serializer -> encoder.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 65ba41e..0d5da5d 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 \
- src/upb_serialize.c descriptor/descriptor.c src/upb_text.c
+ src/upb_encoder.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