summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 664b2e87..2bbd769e 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -214,6 +214,12 @@ else
SMOOTHWAVE_DIR=
endif
+if USE_SNDFILE
+SNDFILE_DIR=sndfile
+else
+SNDFILE_DIR=
+endif
+
if USE_SWFDEC
SWFDEC_DIR=swfdec
else