diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-11-22 11:55:03 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-11-22 11:55:03 +0200 |
commit | 0733f4c9994db696420a405810d5f02c79ebc404 (patch) | |
tree | 467ab8c4b568c12c597eb8792836745f2a085300 /src/liblzma/common/Makefile.inc | |
parent | Update tuklib_integer.h with bit scan functions. (diff) | |
download | xz-0733f4c9994db696420a405810d5f02c79ebc404.tar.xz |
Make fastpos.h use tuklib_integer.h instead of bsr.h
when --enable-small has been specified.
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/common/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/common/Makefile.inc b/src/liblzma/common/Makefile.inc index 29f43ff1..f154f82f 100644 --- a/src/liblzma/common/Makefile.inc +++ b/src/liblzma/common/Makefile.inc @@ -8,7 +8,6 @@ liblzma_la_SOURCES += \ common/common.c \ common/common.h \ - common/bsr.h \ common/block_util.c \ common/easy_preset.c \ common/easy_preset.h \ |