From: Jaroslav Kysela Date: Fri, 4 Feb 2000 10:09:38 +0000 (+0000) Subject: Optimization issues.. Removed -lasound. X-Git-Tag: v1.0.3~397 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e23566ee0d608e960afe62bdeaffb01561c03dbc;p=alsa-utils.git Optimization issues.. Removed -lasound. --- diff --git a/alsamixer/Makefile.am b/alsamixer/Makefile.am index 4f582a4..01cb807 100644 --- a/alsamixer/Makefile.am +++ b/alsamixer/Makefile.am @@ -1,4 +1,4 @@ -LDADD = $(CURSESLIB) -lasound +LDADD = $(CURSESLIB) bin_PROGRAMS = alsamixer man_MANS = alsamixer.1 diff --git a/amixer/Makefile.am b/amixer/Makefile.am index 3e410e8..7e1c5cb 100644 --- a/amixer/Makefile.am +++ b/amixer/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I$(top_srcdir)/include -LDADD = -lasound -lm +LDADD = -lm EXTRA_DIST = README.first bin_PROGRAMS = amixer diff --git a/seq/aconnect/Makefile.am b/seq/aconnect/Makefile.am index a1d2359..3685346 100644 --- a/seq/aconnect/Makefile.am +++ b/seq/aconnect/Makefile.am @@ -1,5 +1,4 @@ INCLUDES = -I$(top_srcdir)/include -LDADD = -lasound EXTRA_DIST = README.aconnect bin_PROGRAMS = aconnect diff --git a/seq/aseqnet/Makefile.am b/seq/aseqnet/Makefile.am index 8ebc0c0..d835f61 100644 --- a/seq/aseqnet/Makefile.am +++ b/seq/aseqnet/Makefile.am @@ -1,5 +1,4 @@ INCLUDES = -I$(top_srcdir)/include -LDADD = -lasound EXTRA_DIST = README.aseqnet bin_PROGRAMS = aseqnet