mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 14:18:23 +01:00
Remove unneeded -lasound
-lasound is unnecessary in aplay/Makefile.am.
This commit is contained in:
parent
1a388d149f
commit
c7d2be17d7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
INCLUDES = -I$(top_srcdir)/include
|
||||
LDADD = -lasound $(LIBINTL)
|
||||
LDADD = $(LIBINTL)
|
||||
|
||||
# debug flags
|
||||
#LDFLAGS = -static
|
||||
|
|
Loading…
Reference in a new issue