diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-18 13:42:52 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-18 13:42:52 +0200 |
commit | 4d00652e75dd2736aedc3a3a8baff3dd0ea38074 (patch) | |
tree | ae13ffdfba42c70c73c4e3bcfcca5c69ae74c522 | |
parent | Remove the alignment functions for now. Maybe they will (diff) | |
download | xz-4d00652e75dd2736aedc3a3a8baff3dd0ea38074.tar.xz |
Updated Makefile.am that was missing from the previous commit.
-rw-r--r-- | src/liblzma/common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/common/Makefile.am b/src/liblzma/common/Makefile.am index e8794b5b..20f3f93b 100644 --- a/src/liblzma/common/Makefile.am +++ b/src/liblzma/common/Makefile.am @@ -39,7 +39,6 @@ libcommon_la_SOURCES = \ if COND_MAIN_ENCODER libcommon_la_SOURCES += \ - alignment.c \ alone_encoder.c \ block_encoder.c \ block_encoder.h \ |