trying to get arts in
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Dec 2001 22:07:07 +0000 (22:07 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Dec 2001 22:07:07 +0000 (22:07 +0000)
Original commit message from CVS:
trying to get arts in

ext/Makefile.am

index b2a8fda..8273e68 100644 (file)
@@ -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