mirror of
https://github.com/google/brotli.git
synced 2024-11-22 03:30:07 +00:00
Merge pull request #49 from khaledhosny/fix-python-build
Fixing building Python module after 534654d
This commit is contained in:
commit
fea88b8609
@ -73,6 +73,7 @@ brotli = Extension("brotli",
|
|||||||
abspath("../enc/entropy_encode.cc"),
|
abspath("../enc/entropy_encode.cc"),
|
||||||
abspath("../enc/histogram.cc"),
|
abspath("../enc/histogram.cc"),
|
||||||
abspath("../enc/literal_cost.cc"),
|
abspath("../enc/literal_cost.cc"),
|
||||||
|
abspath("../enc/metablock.cc"),
|
||||||
abspath("../dec/bit_reader.c"),
|
abspath("../dec/bit_reader.c"),
|
||||||
abspath("../dec/decode.c"),
|
abspath("../dec/decode.c"),
|
||||||
abspath("../dec/huffman.c"),
|
abspath("../dec/huffman.c"),
|
||||||
@ -96,6 +97,7 @@ brotli = Extension("brotli",
|
|||||||
abspath("../enc/hash.h"),
|
abspath("../enc/hash.h"),
|
||||||
abspath("../enc/histogram.h"),
|
abspath("../enc/histogram.h"),
|
||||||
abspath("../enc/literal_cost.h"),
|
abspath("../enc/literal_cost.h"),
|
||||||
|
abspath("../enc/metablock.h"),
|
||||||
abspath("../enc/port.h"),
|
abspath("../enc/port.h"),
|
||||||
abspath("../enc/prefix.h"),
|
abspath("../enc/prefix.h"),
|
||||||
abspath("../enc/ringbuffer.h"),
|
abspath("../enc/ringbuffer.h"),
|
||||||
|
Loading…
Reference in New Issue
Block a user