]> Pileus Git - grits/commitdiff
Use -shared for plugins
authorAndy Spencer <andy753421@gmail.com>
Tue, 24 May 2011 06:11:49 +0000 (06:11 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 24 May 2011 06:11:49 +0000 (06:11 +0000)
src/plugins/Makefile.am

index 0e54a577719a451bb310e1f5dcfcbedb7f979a5e..0052a5932b04ebbb74ec9a94705ff8154b7617bf 100644 (file)
@@ -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)"