mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
Build qlo10k1 with local ld10k1
Build qlo10k1 with local ld10k1.
This commit is contained in:
parent
669abbbda2
commit
ca7cb411ff
5 changed files with 14 additions and 10 deletions
|
|
@ -8,7 +8,16 @@ AC_PROG_LIBTOOL
|
|||
|
||||
AC_C_BIGENDIAN
|
||||
gw_CHECK_QT
|
||||
AM_PATH_LD10K1(0.1.8)
|
||||
|
||||
dnl AM_PATH_LD10K1(0.1.8)
|
||||
|
||||
dnl Build with the local ld10k1
|
||||
rm -f include/lo10k1
|
||||
ln -s ../../ld10k1/include include/lo10k1
|
||||
LD10K1_CFLAGS="-I../include"
|
||||
LD10K1_LIBS="-L../../ld10k1/src -llo10k1"
|
||||
AC_SUBST(LD10K1_CFLAGS)
|
||||
AC_SUBST(LD10K1_LIBS)
|
||||
|
||||
AC_OUTPUT(Makefile
|
||||
src/Makefile)
|
||||
src/Makefile include/Makefile)
|
||||
Loading…
Add table
Add a link
Reference in a new issue