diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-04-10 20:37:36 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-04-10 20:37:36 +0300 |
commit | 352ac82db5d3f64585c07b39e4759388dec0e4d7 (patch) | |
tree | 258d424d81b2392d97fed5bc56d1ddc90a473303 /src/liblzma/common/Makefile.inc | |
parent | DOS: Update the docs and include notes about 8.3 filenames. (diff) | |
download | xz-352ac82db5d3f64585c07b39e4759388dec0e4d7.tar.xz |
liblzma: Make lzma_stream_encoder_init() static.
It's an internal function and it's not needed by
anything outside stream_encoder.c.
Diffstat (limited to 'src/liblzma/common/Makefile.inc')
-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 f154f82f..81d751ee 100644 --- a/src/liblzma/common/Makefile.inc +++ b/src/liblzma/common/Makefile.inc @@ -38,7 +38,6 @@ liblzma_la_SOURCES += \ common/index_encoder.h \ common/stream_buffer_encoder.c \ common/stream_encoder.c \ - common/stream_encoder.h \ common/stream_flags_encoder.c \ common/vli_encoder.c endif |