]> git.alsa-project.org Git - alsa-tools.git/commit
Fix building of alsa-tools when using the --as-needed linker option.
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 13 Nov 2008 12:13:53 +0000 (13:13 +0100)
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 13 Nov 2008 12:13:53 +0000 (13:13 +0100)
commit56970e8143b4d171a118d114b1ddfa7621401127
tree4bc3f342666f4e8b9578ac0131b19675268628c3
parent1a8fa92c751278cdb9cb564bce98de2d94b9208a
Fix building of alsa-tools when using the --as-needed linker option.

Please note that LDFLAGS is the _wrong_ variable to pass libraries
with, automake tells you to use _LDADD for binaries and _LIBADD for
libraries, while autoconf wants them in the LIBS variable.

Signed-off-by: Diego 'Flameeyes' Pettenò <flameeyes@gmail.com>
echomixer/Makefile.am
envy24control/Makefile.am
hdspmixer/configure.in
rmedigicontrol/Makefile.am