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 87883f3c..fef6dfd4 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -22,6 +22,12 @@ else
AUDIOFILE_DIR=
endif
+if USE_DVDREAD
+DVDREAD_DIR=dvdread
+else
+DVDREAD_DIR=
+endif
+
if USE_ESD
ESD_DIR=esd
else