mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
Don't require as10k1
Don't require as10k1 in the configure script and remove the .emu10k1 files in maintainer-clean instead of clean, since the assembled .emu10k1 files are included in the alsa-tools dist. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
This commit is contained in:
parent
407c3bcb66
commit
6c37fd7953
2 changed files with 5 additions and 5 deletions
|
|
@ -16,9 +16,7 @@ effectsdir='$(pkgdatadir)/effects'
|
||||||
AC_SUBST(effectsdir)
|
AC_SUBST(effectsdir)
|
||||||
|
|
||||||
AC_CHECK_PROG(AS10K1, as10k1, as10k1)
|
AC_CHECK_PROG(AS10K1, as10k1, as10k1)
|
||||||
if test -z "$AS10K1"; then
|
AM_CONDITIONAL(HAVE_AS10K1, test x"$AS10K1" != x)
|
||||||
AC_MSG_ERROR([as10k1 is not installed])
|
|
||||||
fi
|
|
||||||
|
|
||||||
#taken from alsa-lib
|
#taken from alsa-lib
|
||||||
dnl Make a symlink for inclusion of lo10k1/xxx.h
|
dnl Make a symlink for inclusion of lo10k1/xxx.h
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,11 @@ dist_effects_DATA = simple.emu10k1 vol_master.emu10k1 tone.emu10k1 \
|
||||||
sto51.emu10k1 switch_6.emu10k1 copy_2.emu10k1 \
|
sto51.emu10k1 switch_6.emu10k1 copy_2.emu10k1 \
|
||||||
prologic.emu10k1 fxbus.emu10k1
|
prologic.emu10k1 fxbus.emu10k1
|
||||||
|
|
||||||
CLEANFILES = $(dist_effects_DATA)
|
MAINTAINERCLEANFILES = $(dist_effects_DATA)
|
||||||
|
|
||||||
SUFFIXEC = .asm .emu10k1
|
SUFFIXES = .asm .emu10k1
|
||||||
|
|
||||||
|
if HAVE_AS10K1
|
||||||
.asm.emu10k1:
|
.asm.emu10k1:
|
||||||
$(AS10K1) -o $@ $<
|
$(AS10K1) -o $@ $<
|
||||||
|
endif HAVE_AS10K1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue