diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 15:40:40 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 15:40:40 +0300 |
commit | fe378d47074b16c52b00fe184d119287c68ce2e7 (patch) | |
tree | c52897f1b3a9455ece89924593a063add81eaccb /windows/Makefile | |
parent | Basic support for building with Cygwin and MinGW using (diff) | |
download | xz-fe378d47074b16c52b00fe184d119287c68ce2e7.tar.xz |
Added missing source files to windows/Makefile.
Diffstat (limited to 'windows/Makefile')
-rw-r--r-- | windows/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/Makefile b/windows/Makefile index c6ebfc94..2da34506 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -132,6 +132,8 @@ LIBLZMA_SRCS_C = \ ../src/liblzma/common/easy_encoder.c \ ../src/liblzma/common/easy_encoder_memusage.c \ ../src/liblzma/common/easy_preset.c \ + ../src/liblzma/common/filter_buffer_decoder.c \ + ../src/liblzma/common/filter_buffer_encoder.c \ ../src/liblzma/common/filter_common.c \ ../src/liblzma/common/filter_decoder.c \ ../src/liblzma/common/filter_encoder.c \ |