From f7b04b1045d5cd8a804925cae9aa72d9a15441fe Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 10 Apr 2012 15:37:27 -0500 Subject: [PATCH] FS-3826: --resolve put alsa libs where they go in the linker line, give this a try --- src/mod/endpoints/mod_portaudio/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_portaudio/Makefile.am b/src/mod/endpoints/mod_portaudio/Makefile.am index 88d8754868..4f78946963 100644 --- a/src/mod/endpoints/mod_portaudio/Makefile.am +++ b/src/mod/endpoints/mod_portaudio/Makefile.am @@ -1,3 +1,4 @@ +LIBS+=$(PA_LIBS) include $(top_srcdir)/build/modmake.rulesam MODNAME=mod_portaudio