]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Remove unneeded -lasound
authorTakashi Iwai <tiwai@suse.de>
Mon, 4 Jun 2007 13:15:39 +0000 (15:15 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 4 Jun 2007 13:15:39 +0000 (15:15 +0200)
-lasound is unnecessary in aplay/Makefile.am.

aplay/Makefile.am

index 06630ad4fa465ee32f4a3414a30c30f9baf63ad9..60811de2542870c219e65e0162b5f75ce1e3ec9e 100644 (file)
@@ -1,5 +1,5 @@
 INCLUDES = -I$(top_srcdir)/include
-LDADD = -lasound $(LIBINTL)
+LDADD = $(LIBINTL)
 
 # debug flags
 #LDFLAGS = -static