xz/src/liblzma/api/Makefile.am

24 lines
407 B
Makefile
Raw Normal View History

2007-12-08 22:42:33 +00:00
##
## Author: Lasse Collin
2007-12-08 22:42:33 +00:00
##
## This file has been put into the public domain.
## You can do whatever you want with this file.
2007-12-08 22:42:33 +00:00
##
nobase_include_HEADERS = \
lzma.h \
lzma/base.h \
lzma/bcj.h \
2007-12-08 22:42:33 +00:00
lzma/block.h \
lzma/check.h \
lzma/container.h \
2007-12-08 22:42:33 +00:00
lzma/delta.h \
lzma/filter.h \
lzma/index.h \
lzma/index_hash.h \
2007-12-08 22:42:33 +00:00
lzma/lzma.h \
lzma/stream_flags.h \
lzma/subblock.h \
lzma/version.h \
lzma/vli.h