From 756650f0b620dde0e1a43a2bd90f14aeb236ae4a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 30 Dec 2001 20:10:15 +0000 Subject: [PATCH] smoothwave fixin Original commit message from CVS: smoothwave fixin --- configure.ac | 2 +- ext/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a61e93c..e2b3ccb 100644 --- a/configure.ac +++ b/configure.ac @@ -1077,7 +1077,7 @@ ext/rtp/Makefile ext/sdl/Makefile ext/shout/Makefile ext/sidplay/Makefile -ext/smooothwave/Makefile +ext/smoothwave/Makefile ext/vorbis/Makefile ext/xmms/Makefile gst-libs/Makefile diff --git a/ext/Makefile.am b/ext/Makefile.am index 62b9636..7dd9b42 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -161,7 +161,7 @@ SHOUT_DIR= endif if USE_SMOOTHWAVE -SMOOTHWAVE_DIR=smooothwave +SMOOTHWAVE_DIR=smoothwave else SMOOTHWAVE_DIR= endif -- 2.7.4