diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-17 21:49:53 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-17 21:49:53 +0200 |
commit | 634636fa56ccee6e744f78b0abed76c8940f2f8f (patch) | |
tree | 9d3e945d7c5673007e12928cd78f3071e34ac7dd /src/liblzma/api/Makefile.am | |
parent | xz message handling improvements (diff) | |
download | xz-634636fa56ccee6e744f78b0abed76c8940f2f8f.tar.xz |
Remove the alignment functions for now. Maybe they will
be added back in some form later, but the current version
wasn't modular, so it would need fixing anyway.
Diffstat (limited to 'src/liblzma/api/Makefile.am')
-rw-r--r-- | src/liblzma/api/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/api/Makefile.am b/src/liblzma/api/Makefile.am index a36bf3ed..c69e7548 100644 --- a/src/liblzma/api/Makefile.am +++ b/src/liblzma/api/Makefile.am @@ -14,7 +14,6 @@ nobase_include_HEADERS = \ lzma.h \ - lzma/alignment.h \ lzma/base.h \ lzma/block.h \ lzma/check.h \ |