]> icculus.org git repositories - icculus/xz.git/blob - src/liblzma/api/Makefile.am
Implemented LZMA_SYNC_FLUSH support to the Subblock encoder.
[icculus/xz.git] / src / liblzma / api / Makefile.am
1 ##
2 ##  Copyright (C) 2007 Lasse Collin
3 ##
4 ##  This library is free software; you can redistribute it and/or
5 ##  modify it under the terms of the GNU Lesser General Public
6 ##  License as published by the Free Software Foundation; either
7 ##  version 2.1 of the License, or (at your option) any later version.
8 ##
9 ##  This library is distributed in the hope that it will be useful,
10 ##  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 ##  Lesser General Public License for more details.
13 ##
14
15 nobase_include_HEADERS = \
16         lzma.h \
17         lzma/alignment.h \
18         lzma/alone.h \
19         lzma/auto.h \
20         lzma/base.h \
21         lzma/block.h \
22         lzma/check.h \
23         lzma/copy.h \
24         lzma/delta.h \
25         lzma/extra.h \
26         lzma/filter.h \
27         lzma/index.h \
28         lzma/info.h \
29         lzma/init.h \
30         lzma/lzma.h \
31         lzma/memlimit.h \
32         lzma/metadata.h \
33         lzma/raw.h \
34         lzma/simple.h \
35         lzma/stream.h \
36         lzma/stream_flags.h \
37         lzma/subblock.h \
38         lzma/version.h \
39         lzma/vli.h