summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 900d781c..45c69f2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/Makefile.am:
+ Add missing $(WAVPACK_DIR) (#322962).
+
=== release 0.9.7 ===
2005-12-01 <thomas (at) apestaart (dot) org>
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 716b687e..0d09da18 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -227,6 +227,7 @@ SUBDIRS=\
$(SNDFILE_DIR) \
$(SWFDEC_DIR) \
$(TARKIN_DIR) \
+ $(WAVPACK_DIR) \
$(XINE_DIR) \
$(XVID_DIR)