From: Lasse Collin Date: Thu, 18 Dec 2008 11:42:52 +0000 (+0200) Subject: Updated Makefile.am that was missing from the previous commit. X-Git-Tag: v4.999.7beta~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d00652e75dd2736aedc3a3a8baff3dd0ea38074;p=thirdparty%2Fxz.git Updated Makefile.am that was missing from the previous commit. --- 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 \