From 3bbf902a17c67b1b3981b4865002e1ac9e43f8d7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 22:07:07 +0000 Subject: [PATCH] trying to get arts in Original commit message from CVS: trying to get arts in --- ext/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ext/Makefile.am b/ext/Makefile.am index b2a8fda..8273e68 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 -- 2.7.4