Remove unneeded -lasound

-lasound is unnecessary in aplay/Makefile.am.
This commit is contained in:
Takashi Iwai 2007-06-04 15:15:39 +02:00
parent 1a388d149f
commit c7d2be17d7

View file

@ -1,5 +1,5 @@
INCLUDES = -I$(top_srcdir)/include
LDADD = -lasound $(LIBINTL)
LDADD = $(LIBINTL)
# debug flags
#LDFLAGS = -static