From d6ca4483a80063bbe8793e3e856f8dd2143ed6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 19 Feb 2008 10:51:34 +0000 Subject: gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391. Original commit message from CVS: * gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391. --- gst/tta/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/tta') diff --git a/gst/tta/Makefile.am b/gst/tta/Makefile.am index 9634b139..5f1d13a0 100644 --- a/gst/tta/Makefile.am +++ b/gst/tta/Makefile.am @@ -8,5 +8,5 @@ noinst_HEADERS = gstttaparse.h gstttadec.h \ ttadec.h crc32.h filters.h libgsttta_la_CFLAGS = $(GST_CFLAGS) -libgsttta_la_LIBADD = $(GST_LIBS) +libgsttta_la_LIBADD = $(GST_LIBS) $(LIBM) libgsttta_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1