mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
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:
parent
13cbbe0000
commit
be542131ef
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions"
|
||||||
FLTK_LIBS=`$FLTK_CONFIG $fltk_config_args --ldflags`
|
FLTK_LIBS=`$FLTK_CONFIG $fltk_config_args --ldflags`
|
||||||
|
|
||||||
CXXFLAGS="$CXXFLAGS $ALSA_CFLAGS $FLTK_CXXFLAGS"
|
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)
|
AC_OUTPUT(Makefile src/Makefile pixmaps/Makefile)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue