summaryrefslogtreecommitdiffstats
path: root/third_party/brotli/dec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/brotli/dec/Makefile')
-rw-r--r--third_party/brotli/dec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/brotli/dec/Makefile b/third_party/brotli/dec/Makefile
index 5a1fcd0..fa2fc3d 100644
--- a/third_party/brotli/dec/Makefile
+++ b/third_party/brotli/dec/Makefile
@@ -4,7 +4,7 @@ include ../shared.mk
CFLAGS += -Wall
-OBJS = bit_reader.o decode.o huffman.o safe_malloc.o state.o streams.o
+OBJS = bit_reader.o decode.o dictionary.o huffman.o state.o streams.o
all : $(OBJS)