]> icculus.org git repositories - icculus/xz.git/blob - src/liblzma/api/Makefile.am
Put the interesting parts of XZ Utils into the public domain.
[icculus/xz.git] / src / liblzma / api / Makefile.am
1 ##
2 ## Author: Lasse Collin
3 ##
4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file.
6 ##
7
8 nobase_include_HEADERS = \
9         lzma.h \
10         lzma/base.h \
11         lzma/bcj.h \
12         lzma/block.h \
13         lzma/check.h \
14         lzma/container.h \
15         lzma/delta.h \
16         lzma/filter.h \
17         lzma/index.h \
18         lzma/index_hash.h \
19         lzma/lzma.h \
20         lzma/stream_flags.h \
21         lzma/subblock.h \
22         lzma/version.h \
23         lzma/vli.h