eog r4608 - in trunk/plugins: . fullscreen reload statusbar-date
- From: friemann svn gnome org
- To: svn-commits-list gnome org
- Subject: eog r4608 - in trunk/plugins: . fullscreen reload statusbar-date
- Date: Wed, 11 Jun 2008 22:47:45 +0000 (UTC)
Author: friemann
Date: Wed Jun 11 22:47:45 2008
New Revision: 4608
URL: http://svn.gnome.org/viewvc/eog?rev=4608&view=rev
Log:
2008-06-12 Felix Riemann <friemann svn gnome org>
* fullscreen/Makefile.am:
* reload/Makefile.am:
* statusbar-date/Makefile.am:
Remove libtool versioning scheme from plugins.
Modified:
trunk/plugins/ChangeLog
trunk/plugins/fullscreen/Makefile.am
trunk/plugins/reload/Makefile.am
trunk/plugins/statusbar-date/Makefile.am
Modified: trunk/plugins/fullscreen/Makefile.am
==============================================================================
--- trunk/plugins/fullscreen/Makefile.am (original)
+++ trunk/plugins/fullscreen/Makefile.am Wed Jun 11 22:47:45 2008
@@ -14,7 +14,8 @@
eog-fullscreen-plugin.c
libfullscreen_la_LDFLAGS = \
- $(EOG_LIBS)
+ $(EOG_LIBS) \
+ -avoid-version -module
# Plugin Info
Modified: trunk/plugins/reload/Makefile.am
==============================================================================
--- trunk/plugins/reload/Makefile.am (original)
+++ trunk/plugins/reload/Makefile.am Wed Jun 11 22:47:45 2008
@@ -14,7 +14,8 @@
eog-reload-plugin.c
libreload_la_LDFLAGS = \
- $(EOG_LIBS)
+ $(EOG_LIBS) \
+ -avoid-version -module
# Plugin Info
Modified: trunk/plugins/statusbar-date/Makefile.am
==============================================================================
--- trunk/plugins/statusbar-date/Makefile.am (original)
+++ trunk/plugins/statusbar-date/Makefile.am Wed Jun 11 22:47:45 2008
@@ -13,7 +13,8 @@
eog-statusbar-date-plugin.c
libstatusbar_date_la_LDFLAGS = \
- $(EOG_LIBS)
+ $(EOG_LIBS) \
+ -avoid-version -module
# Plugin Info
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]