mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:45:41 +01:00
topology: nhlt plugin: fix the .so linking
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
788cfa71ea
commit
cae9b71589
1 changed files with 1 additions and 2 deletions
|
@ -26,5 +26,4 @@ noinst_HEADERS = nhlt.h \
|
||||||
intel/ssp/ssp-process.h \
|
intel/ssp/ssp-process.h \
|
||||||
intel/ssp/ssp-internal.h
|
intel/ssp/ssp-internal.h
|
||||||
|
|
||||||
libalsatplg_module_nhlt_la_LDFLAGS = -shared
|
libalsatplg_module_nhlt_la_LIBADD = @ALSA_LIBS@
|
||||||
libalsatplg_module_nhlt_la_LIBADD = -lasound
|
|
||||||
|
|
Loading…
Reference in a new issue