Also fix the configure for hdspconf for LIBS/LDFLAGS mistakes.

Commit 56970e8143 already took care of this
for the other tools, but hdspconf somewhat was excluded, fix this now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Diego Elio 'Flameeyes' Pettenò 2009-05-27 23:20:34 +02:00 committed by Takashi Iwai
parent 13cbbe0000
commit be542131ef

View file

@ -36,6 +36,6 @@ FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions"
FLTK_LIBS=`$FLTK_CONFIG $fltk_config_args --ldflags`
CXXFLAGS="$CXXFLAGS $ALSA_CFLAGS $FLTK_CXXFLAGS"
LDFLAGS="$LDFLAGS $ALSA_LIBS $FLTK_LIBS"
LIBS="$LIBS $ALSA_LIBS $FLTK_LIBS"
AC_OUTPUT(Makefile src/Makefile pixmaps/Makefile)