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 52c9ad318b
commit 573f870cbf

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