summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2022-05-31 18:11:50 +0200
committerJaroslav Kysela <perex@perex.cz>2022-05-31 18:11:50 +0200
commitcae9b71589a5f105fad84b0dc1327b7e2246fee1 (patch)
tree99edbbba31251ac43edc0f30d0cf369e3715af40
parent788cfa71ea2461976923a895c948c4fa5328e8d6 (diff)
downloadalsa-utils-cae9b71589a5f105fad84b0dc1327b7e2246fee1.tar.gz
topology: nhlt plugin: fix the .so linking
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--topology/nhlt/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/topology/nhlt/Makefile.am b/topology/nhlt/Makefile.am
index 434e22e..1b68382 100644
--- a/topology/nhlt/Makefile.am
+++ b/topology/nhlt/Makefile.am
@@ -26,5 +26,4 @@ noinst_HEADERS = nhlt.h \
intel/ssp/ssp-process.h \
intel/ssp/ssp-internal.h
-libalsatplg_module_nhlt_la_LDFLAGS = -shared
-libalsatplg_module_nhlt_la_LIBADD = -lasound
+libalsatplg_module_nhlt_la_LIBADD = @ALSA_LIBS@