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:
Jaroslav Kysela 2022-06-02 08:25:49 +02:00
parent 7d934f3142
commit 265dda7715
2 changed files with 1 additions and 1 deletions

View file

@ -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)

View file

@ -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@