summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
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
commit8f49d4e4cbeeb9d1d13390e11afcd029ff687d84 (patch)
treec85766516d74cc04c7249448d76bf677a5cedc2d /ext/Makefile.am
parent3417567558ed1e3cea8bf67f67d56d3c9c4002a9 (diff)
downloadgst-plugins-bad-8f49d4e4cbeeb9d1d13390e11afcd029ff687d84.tar.gz
gst-plugins-bad-8f49d4e4cbeeb9d1d13390e11afcd029ff687d84.tar.bz2
gst-plugins-bad-8f49d4e4cbeeb9d1d13390e11afcd029ff687d84.zip
trying to get arts in
Original commit message from CVS: trying to get arts in
Diffstat (limited to 'ext/Makefile.am')
-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