aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 89a09a7..6c7a55a 100644
--- a/setup.py
+++ b/setup.py
@@ -102,6 +102,7 @@ brotli = Extension("brotli",
"enc/histogram.cc",
"enc/literal_cost.cc",
"enc/metablock.cc",
+ "enc/streams.cc",
"dec/bit_reader.c",
"dec/decode.c",
"dec/huffman.c",
@@ -130,6 +131,7 @@ brotli = Extension("brotli",
"enc/prefix.h",
"enc/ringbuffer.h",
"enc/static_dict.h",
+ "enc/streams.h",
"enc/transform.h",
"enc/write_bits.h",
"dec/bit_reader.h",