Merge pull request #49 from khaledhosny/fix-python-build

Fixing building Python module after 534654d
This commit is contained in:
szabadka 2015-03-30 09:59:48 +02:00
commit fea88b8609

View File

@ -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"),