From eb622c0531f44b9521606ba8a4ec2462a1018d1a Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 8 May 2011 17:13:09 -0700 Subject: Split upb_stream -> upb_bytestream/upb_handlers. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98ffef4..437cf5a 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ $(ALLSRC): perf-cppflags # The core library. CORE= \ src/upb.c \ - src/upb_stream.c \ + src/upb_handlers.c \ src/upb_table.c \ src/upb_string.c \ src/upb_def.c \ -- cgit v1.2.3