Skip to content

Commit

Permalink
configure: use AC_DISABLE_STATIC (for topology modules)
Browse files Browse the repository at this point in the history
Fixes: #152
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
perexg committed Jun 2, 2022
1 parent 7d934f3 commit 265dda7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion topology/nhlt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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@

0 comments on commit 265dda7

Please sign in to comment.