From e23566ee0d608e960afe62bdeaffb01561c03dbc Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 4 Feb 2000 10:09:38 +0000 Subject: [PATCH] Optimization issues.. Removed -lasound. --- alsamixer/Makefile.am | 2 +- amixer/Makefile.am | 2 +- seq/aconnect/Makefile.am | 1 - seq/aseqnet/Makefile.am | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.47.3