[grits] Use -shared for plugins
- From: Andy Spencer <andys src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grits] Use -shared for plugins
- Date: Fri, 17 Jun 2011 05:20:34 +0000 (UTC)
commit 1bcbae07aed9a0a59828846baeb01e1c8ba79e54
Author: Andy Spencer <andy753421 gmail com>
Date: Tue May 24 06:11:49 2011 +0000
Use -shared for plugins
src/plugins/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 0e54a57..0052a59 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 = -module -avoid-version -no-undefined
+AM_LDFLAGS = -shared -module -avoid-version -no-undefined
LIBS = $(top_srcdir)/src/libgrits.la
pluginsdir = "$(libdir)/$(GRITS_SUBDIR)"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]