diff --git a/ChangeLog b/ChangeLog index 0f525a3468..de49d717e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-21 Thomas Vander Stichele <thomas at apestaart dot org> + + * ext/Makefile.am: + fix distcheck + 2005-10-20 Tim-Philipp Müller <tim at centricular dot net> * 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