From: Olivier Crete Date: Mon, 28 Apr 2008 22:22:37 +0000 (+0000) Subject: [MOVED FROM GST-P-FARSIGHT] Link modules with libm where required X-Git-Tag: 1.19.3~509^2~6027^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26e8fb13611c8fdc626f4eb76999786ced0ae9f8;p=platform%2Fupstream%2Fgstreamer.git [MOVED FROM GST-P-FARSIGHT] Link modules with libm where required 20080428222237-3e2dc-b1e9120c1e9ca1a510bfd7c27e2d45f0d4a12504.gz --- diff --git a/gst/dtmf/Makefile.am b/gst/dtmf/Makefile.am index abc4718..c96a3a4 100644 --- a/gst/dtmf/Makefile.am +++ b/gst/dtmf/Makefile.am @@ -11,6 +11,6 @@ noinst_HEADERS = gstdtmfsrc.h \ gstrtpdtmfcommon.h libgstdtmf_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT -libgstdtmf_la_LIBADD = $(GST_LIBS_LIBS) +libgstdtmf_la_LIBADD = $(GST_LIBS_LIBS) -lm libgstdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@