aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/Makefile.inc
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-04-10 20:37:36 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-04-10 20:37:36 +0300
commit352ac82db5d3f64585c07b39e4759388dec0e4d7 (patch)
tree258d424d81b2392d97fed5bc56d1ddc90a473303 /src/liblzma/common/Makefile.inc
parentDOS: Update the docs and include notes about 8.3 filenames. (diff)
downloadxz-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 '')
-rw-r--r--src/liblzma/common/Makefile.inc1
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