talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9f938fe17e1f8f8e6745a15c6c03797e85a4d318
parent a777418b44c9c7c94dd7f5761f3d15dd2966f15d
Author: Colin Leroy <colin@colino.net>
Date:   Wed, 20 Feb 2013 14:59:08 +0000

2013-02-20 [colin]	3.9.0cvs92

	* src/plugins/gdata/Makefile.am
		Change plugin name

Diffstat:
MChangeLog | 5+++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/plugins/gdata/Makefile.am | 6+++---
4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2013-02-20 [colin] 3.9.0cvs92 + + * src/plugins/gdata/Makefile.am + Change plugin name + 2013-02-20 [colin] 3.9.0cvs91 * src/plugins/fetchinfo/Makefile.am diff --git a/PATCHSETS b/PATCHSETS @@ -4589,3 +4589,4 @@ ( cvs diff -u -r 1.654.2.4665 -r 1.654.2.4666 configure.ac; ) > 3.9.0cvs89.patchset ( cvs diff -u -r 1.654.2.4666 -r 1.654.2.4667 configure.ac; ) > 3.9.0cvs90.patchset ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/plugins/fetchinfo/Makefile.am; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/plugins/notification/Makefile.am; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/plugins/perl/Makefile.am; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/plugins/python/Makefile.am; ) > 3.9.0cvs91.patchset +( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/plugins/gdata/Makefile.am; ) > 3.9.0cvs92.patchset diff --git a/configure.ac b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=9 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=91 +EXTRA_VERSION=92 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/gdata/Makefile.am b/src/plugins/gdata/Makefile.am @@ -1,10 +1,10 @@ plugindir = $(pkglibdir)/plugins if BUILD_GDATA_PLUGIN -plugin_LTLIBRARIES = gdata_plugin.la +plugin_LTLIBRARIES = gdata.la endif -gdata_plugin_la_SOURCES = \ +gdata_la_SOURCES = \ gdata_plugin.c \ gdata_plugin.h \ cm_gdata_contacts.c \ @@ -12,7 +12,7 @@ gdata_plugin_la_SOURCES = \ cm_gdata_prefs.c \ cm_gdata_prefs.h -gdata_plugin_la_LDFLAGS = \ +gdata_la_LDFLAGS = \ -avoid-version -module \ $(GTK_LIBS) \ $(GDATA_LIBS)