From: Takashi Iwai Date: Wed, 21 Jan 2009 08:36:57 +0000 (+0100) Subject: Add missing -lm to pph plugin X-Git-Tag: v1.0.20~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6f1ad58ba099beb95d0c59463e0a57794b3cc050;p=alsa-plugins.git Add missing -lm to pph plugin Signed-off-by: Takashi Iwai --- diff --git a/pph/Makefile.am b/pph/Makefile.am index 915d646..d24176c 100644 --- a/pph/Makefile.am +++ b/pph/Makefile.am @@ -12,6 +12,7 @@ AM_CFLAGS += @speex_CFLAGS@ libasound_module_rate_speexrate_la_LIBADD += @speex_LIBS@ else libasound_module_rate_speexrate_la_SOURCES += resample.c +libasound_module_rate_speexrate_la_LIBADD += -lm endif install-exec-hook: