From ae5db6d1d7ca4f1372f4989ec2b9b97c231e4883 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Tue, 13 Feb 2007 14:22:53 +0000 Subject: add missing \ in Makefile.am Original commit message from CVS: add missing \ in Makefile.am --- ext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 37b5fc19..72c0fa37 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -296,7 +296,7 @@ SUBDIRS=\ $(SWFDEC_DIR) \ $(TARKIN_DIR) \ $(THEORA_DIR) \ - $(TIMIDITY_DIR) + $(TIMIDITY_DIR) \ $(WAVPACK_DIR) \ $(XINE_DIR) \ $(XVID_DIR) -- cgit v1.2.1