summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 22:07:07 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 22:07:07 +0000
commit573f870cbfa0d4a417e8fdf7459ae503cab26f64 (patch)
tree760dd055160eaa469ab812d7edd9cb1f36f1cd74
parent52c9ad318bc088d899f32572bf5871f67b0ff8a4 (diff)
trying to get arts in
Original commit message from CVS: trying to get arts in
-rw-r--r--ext/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index b2a8fda9..8273e68f 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -16,6 +16,18 @@ else
ALSA_DIR=
endif
+if USE_ARTS
+ARTS_DIR=arts
+else
+ARTS_DIR=
+endif
+
+if USE_ARTSD
+ARTSD_DIR=artsd
+else
+ARTSD_DIR=
+endif
+
if USE_AUDIOFILE
AUDIOFILE_DIR=audiofile
else