Optimization issues.. Removed -lasound.

This commit is contained in:
Jaroslav Kysela 2000-02-04 10:09:38 +00:00
parent 39100f184d
commit e23566ee0d
4 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
LDADD = $(CURSESLIB) -lasound
LDADD = $(CURSESLIB)
bin_PROGRAMS = alsamixer
man_MANS = alsamixer.1

View file

@ -1,5 +1,5 @@
INCLUDES = -I$(top_srcdir)/include
LDADD = -lasound -lm
LDADD = -lm
EXTRA_DIST = README.first
bin_PROGRAMS = amixer

View file

@ -1,5 +1,4 @@
INCLUDES = -I$(top_srcdir)/include
LDADD = -lasound
EXTRA_DIST = README.aconnect
bin_PROGRAMS = aconnect

View file

@ -1,5 +1,4 @@
INCLUDES = -I$(top_srcdir)/include
LDADD = -lasound
EXTRA_DIST = README.aseqnet
bin_PROGRAMS = aseqnet