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
|
|
@ -10,9 +10,11 @@ dist_effects_DATA = simple.emu10k1 vol_master.emu10k1 tone.emu10k1 \
|
|||
sto51.emu10k1 switch_6.emu10k1 copy_2.emu10k1 \
|
||||
prologic.emu10k1 fxbus.emu10k1
|
||||
|
||||
CLEANFILES = $(dist_effects_DATA)
|
||||
MAINTAINERCLEANFILES = $(dist_effects_DATA)
|
||||
|
||||
SUFFIXEC = .asm .emu10k1
|
||||
SUFFIXES = .asm .emu10k1
|
||||
|
||||
if HAVE_AS10K1
|
||||
.asm.emu10k1:
|
||||
$(AS10K1) -o $@ $<
|
||||
endif HAVE_AS10K1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue