mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 14:38:22 +01:00
Fixed arecord dependency
This commit is contained in:
parent
fbef826541
commit
ccb2381331
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ LDADD = -lasound
|
|||
#LDFLAGS = -static
|
||||
#LDADD += -ldl
|
||||
|
||||
bin_PROGRAMS = aplay arecord
|
||||
bin_PROGRAMS = aplay
|
||||
man_MANS = aplay.1 arecord.1
|
||||
noinst_HEADERS = formats.h
|
||||
|
||||
|
@ -20,7 +20,7 @@ arecord.1: aplay.1
|
|||
rm -f arecord.1
|
||||
$(LN_S) $< $@
|
||||
|
||||
install-exec-hook:
|
||||
install-exec-hook: arecord
|
||||
rm -f $(DESTDIR)$(bindir)/arecord
|
||||
(cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
|
||||
|
||||
|
|
Loading…
Reference in a new issue