From 52dfc3d0194b498cbddcfea6e06dd349f481ab17 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 20 Oct 2005 22:40:07 +0000 Subject: [PATCH] fix distcheck Original commit message from CVS: fix distcheck --- ChangeLog | 5 +++++ ext/Makefile.am | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f525a3468..de49d717e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-21 Thomas Vander Stichele + + * ext/Makefile.am: + fix distcheck + 2005-10-20 Tim-Philipp Müller * ext/a52dec/Makefile.am: diff --git a/ext/Makefile.am b/ext/Makefile.am index 926ba0b0de..f7aa199464 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,8 +1,8 @@ -# if USE_A52DEC -# A52DEC_DIR = a52dec -# else +if USE_A52DEC +A52DEC_DIR = a52dec +else A52DEC_DIR = -# endif +endif if USE_AMRNB AMRNB_DIR = amrnb