Add the new source files to setup.py

This commit is contained in:
Zoltan Szabadka 2016-01-11 12:05:18 +01:00
parent 417107b3dd
commit 47f1eaba88

View File

@ -124,6 +124,8 @@ brotli = Extension("brotli",
"enc/backward_references.cc",
"enc/block_splitter.cc",
"enc/brotli_bit_stream.cc",
"enc/compress_fragment.cc",
"enc/compress_fragment_two_pass.cc",
"enc/encode.cc",
"enc/entropy_encode.cc",
"enc/histogram.cc",
@ -146,11 +148,14 @@ brotli = Extension("brotli",
"enc/brotli_bit_stream.h",
"enc/cluster.h",
"enc/command.h",
"enc/compress_fragment.h",
"enc/compress_fragment_tw_pass.h"
"enc/context.h",
"enc/dictionary.h",
"enc/dictionary_hash.h",
"enc/encode.h",
"enc/entropy_encode.h",
"enc/entropy_encode_static.h",
"enc/fast_log.h",
"enc/find_match_length.h",
"enc/hash.h",