[gnome-commander] Fixed problem #622456 (do not build plugins as shared library objects)



commit d2d87658f04c6c8f3ba2e2030cded71124c595a5
Author: Dominique Leuenberger <dominique-gnomezilla leuenberger net>
Date:   Wed Jun 23 23:24:01 2010 +0200

    Fixed problem #622456 (do not build plugins as shared library objects)

 NEWS                           |    1 +
 doc/C/gnome-commander.xml      |    3 +++
 libgcmd/Makefile.am            |    2 +-
 plugins/cvs/Makefile.am        |    2 +-
 plugins/fileroller/Makefile.am |    2 +-
 plugins/test/Makefile.am       |    2 +-
 6 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4c6a265..e28590d 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,7 @@ Bug fixes:
  * Fixed problem #540438 (no GUI message if meld cannot be executed)
  * Fixed problem #616367 ("File not found" dialog after startup)
  * Fixed problem #620650 (buffer overflow in load_fav_apps())
+ * Fixed problem #622456 (do not build plugins as shared library objects)
  * Fixed problem with editing options for favourite apps and devices
 
 
diff --git a/doc/C/gnome-commander.xml b/doc/C/gnome-commander.xml
index ab1448f..ed498f0 100644
--- a/doc/C/gnome-commander.xml
+++ b/doc/C/gnome-commander.xml
@@ -7117,6 +7117,9 @@
                             <para>Fixed problem #620650 (buffer overflow in load_fav_apps())</para>
                         </listitem>
                         <listitem>
+                            <para>Fixed problem #622456 (do not build plugins as shared library objects)</para>
+                        </listitem>
+                        <listitem>
                             <para>Fixed problem with editing options for favourite apps and devices</para>
                         </listitem>
                     </itemizedlist>
diff --git a/libgcmd/Makefile.am b/libgcmd/Makefile.am
index 27ceac7..74b9f13 100644
--- a/libgcmd/Makefile.am
+++ b/libgcmd/Makefile.am
@@ -22,4 +22,4 @@ libgcmd_la_SOURCES = \
 
 
 libgcmd_la_LIBADD = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
-libgcmd_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
+libgcmd_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version
diff --git a/plugins/cvs/Makefile.am b/plugins/cvs/Makefile.am
index 928a37a..5d756df 100644
--- a/plugins/cvs/Makefile.am
+++ b/plugins/cvs/Makefile.am
@@ -16,4 +16,4 @@ libcvs_la_SOURCES = \
 	interface.h interface.cc \
 	cvs-plugin.xpm close.xpm
 
-libcvs_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
+libcvs_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version
diff --git a/plugins/fileroller/Makefile.am b/plugins/fileroller/Makefile.am
index c46724e..d1ea11b 100644
--- a/plugins/fileroller/Makefile.am
+++ b/plugins/fileroller/Makefile.am
@@ -14,4 +14,4 @@ libfileroller_la_SOURCES = \
 	file-roller-plugin.h file-roller-plugin.cc \
 	file-roller.xpm file-roller-small.xpm
 
-libfileroller_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
+libfileroller_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version
diff --git a/plugins/test/Makefile.am b/plugins/test/Makefile.am
index 4df9783..7b30d7b 100644
--- a/plugins/test/Makefile.am
+++ b/plugins/test/Makefile.am
@@ -14,4 +14,4 @@ libtest_la_SOURCES = \
 	test-plugin.h test-plugin.cc \
 	test-plugin.xpm
 
-libtest_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
+libtest_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]