build-sys: don't install esdcompat tool if building without esound support

This commit is contained in:
Felipe Sateler 2018-01-15 21:14:45 -03:00 committed by Tanu Kaskinen
parent df79abe754
commit f250341b80
3 changed files with 18 additions and 5 deletions

View file

@ -183,7 +183,11 @@ endif
# Utility programs #
###################################
bin_SCRIPTS = esdcompat
bin_SCRIPTS =
if HAVE_ESOUND
bin_SCRIPTS += esdcompat
endif
bin_PROGRAMS += \
pacat \