[totem] Fix linking against pedantic linkers
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem] Fix linking against pedantic linkers
- Date: Mon, 15 Feb 2010 12:31:28 +0000 (UTC)
commit c8a4b9e08566ed875b8658bbc974a3db7359672d
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Feb 15 12:29:52 2010 +0000
Fix linking against pedantic linkers
See:
https://bugzilla.redhat.com/show_bug.cgi?id=564600
https://bugzilla.gnome.org/show_bug.cgi?id=609948
browser-plugin/Makefile.am | 2 +-
src/backend/Makefile.am | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index 9a189a5..8df065f 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -55,7 +55,7 @@ test_glow_button_SOURCES = \
test_glow_button_LDADD = \
libtotembrowserplugin_helper.la \
- $(DEPENDENCY_LIBS)
+ $(DEPENDENCY_LIBS) -lm
test_glow_button_CFLAGS = \
$(DEPENDENCY_CFLAGS) \
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am
index 97b73ff..a111199 100644
--- a/src/backend/Makefile.am
+++ b/src/backend/Makefile.am
@@ -60,7 +60,8 @@ libbaconvideowidget_la_LIBADD = \
$(GST_LIBS) \
$(EXTRA_BACKEND_LIBS) \
$(X_LIBS) \
- $(MISSING_PLUGINS_LIBS)
+ $(MISSING_PLUGINS_LIBS) \
+ -lm
libbaconvideowidget_la_LDFLAGS= \
-no-undefined
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]