mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:45:41 +01:00
configure: use AC_DISABLE_STATIC (for topology modules)
Fixes: https://github.com/alsa-project/alsa-utils/issues/152 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
7d934f3142
commit
265dda7715
2 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,7 @@ AC_PROG_INSTALL
|
|||
AC_PROG_MKDIR_P
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_SED
|
||||
AC_DISABLE_STATIC
|
||||
AM_PROG_LIBTOOL
|
||||
PKG_PROG_PKG_CONFIG
|
||||
AM_PATH_ALSA(1.2.5)
|
||||
|
|
|
@ -26,5 +26,4 @@ noinst_HEADERS = nhlt.h \
|
|||
intel/ssp/ssp-process.h \
|
||||
intel/ssp/ssp-internal.h
|
||||
|
||||
libalsatplg_module_nhlt_la_LDFLAGS = -shared $(AM_LDFLAGS)
|
||||
libalsatplg_module_nhlt_la_LIBADD = @ALSA_LIBS@
|
||||
|
|
Loading…
Reference in a new issue