Fixing building Python module after 534654d

This commit is contained in:
Khaled Hosny 2015-03-27 18:56:18 +02:00
parent 8bda995564
commit fa7dd52da9

View File

@ -73,6 +73,7 @@ brotli = Extension("brotli",
abspath("../enc/entropy_encode.cc"),
abspath("../enc/histogram.cc"),
abspath("../enc/literal_cost.cc"),
abspath("../enc/metablock.cc"),
abspath("../dec/bit_reader.c"),
abspath("../dec/decode.c"),
abspath("../dec/huffman.c"),
@ -96,6 +97,7 @@ brotli = Extension("brotli",
abspath("../enc/hash.h"),
abspath("../enc/histogram.h"),
abspath("../enc/literal_cost.h"),
abspath("../enc/metablock.h"),
abspath("../enc/port.h"),
abspath("../enc/prefix.h"),
abspath("../enc/ringbuffer.h"),