[grits] Fix linker flags
- From: Andy Spencer <andys src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grits] Fix linker flags
- Date: Mon, 29 Aug 2011 00:36:42 +0000 (UTC)
commit 66beeab588a41775f3f48f1818ced25a511ae9f5
Author: Andy Spencer <andy753421 gmail com>
Date: Wed Aug 24 16:00:47 2011 +0000
Fix linker flags
src/Makefile.am | 2 +-
src/plugins/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 75c597f..66e5718 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = data objects . plugins
AM_CFLAGS = -Wall --std=gnu99 -I$(top_srcdir)/src
AM_CPPFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) $(GL_CFLAGS) $(SOUP_CFLAGS)
AM_LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(GL_LIBS) $(SOUP_LIBS)
-AM_LDFLAGS = --as-needed -no-undefined
+AM_LDFLAGS = -Wl,--as-needed -Wl,--no-undefined
BUILT_SOURCES = grits-marshal.c grits-marshal.h
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index e5c17dd..1abf428 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
AM_CFLAGS = -Wall --std=gnu99 -I$(top_srcdir)/src
AM_CPPFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) $(SOUP_CFLAGS)
-AM_LDFLAGS = -shared -module -avoid-version -no-undefined
+AM_LDFLAGS = -shared -module -avoid-version -Wl,--as-needed
LIBS = $(top_srcdir)/src/libgrits.la
pluginsdir = "$(libdir)/$(GRITS_SUBDIR)"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]