From d7d1b2a14120e0194aadcfcb327a542f81213058 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 12 Jan 2010 11:29:32 -0800 Subject: Move many serializing functions to .cc file, since they do not need to be exposed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3