trying to get arts in

Original commit message from CVS:
trying to get arts in
This commit is contained in:
Thomas Vander Stichele 2001-12-23 22:07:07 +00:00
parent aa8fa44a3c
commit 087aec5962

View 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