aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorZoltan Szabadka <szabadka@google.com>2015-09-24 18:35:25 +0200
committerZoltan Szabadka <szabadka@google.com>2015-09-24 18:35:25 +0200
commit0cf3a5442203b22415bc64003630182ed748d1fb (patch)
tree24f627f12984981b116797491f0703a406eebdcd /setup.py
parent039cb6ede35bf6a56fbb3425a6e258d9560d61df (diff)
downloadbrotli-0cf3a5442203b22415bc64003630182ed748d1fb.tar.gz
Update brotli decoder with latest improvements.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index afc0a19..6ce5990 100644
--- a/setup.py
+++ b/setup.py
@@ -146,6 +146,7 @@ brotli = Extension("brotli",
"enc/streams.cc",
"dec/bit_reader.c",
"dec/decode.c",
+ "dec/dictionary.c",
"dec/huffman.c",
"dec/streams.c",
"dec/state.c",