talons

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

commit 09d564ee2addc5ce2fb191c00fa7f90888d14711
parent bfebd9433564c5d12e22986ea9d8a68712d5744f
Author: Ricardo Mones <mones@claws-mail.org>
Date:   Mon, 18 Feb 2013 20:06:11 +0000

2013-02-18 [mones]	3.9.0cvs80

	* src/plugins/notification/Makefile.am
	* src/plugins/pdf_viewer/Makefile.am
	* src/plugins/python/Makefile.am
		Allow 'make dist' to generate a nice tarball

Diffstat:
MChangeLog | 7+++++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/plugins/notification/Makefile.am | 1-
Msrc/plugins/pdf_viewer/Makefile.am | 3+--
Msrc/plugins/python/Makefile.am | 3+--
6 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,10 @@ +2013-02-18 [mones] 3.9.0cvs80 + + * src/plugins/notification/Makefile.am + * src/plugins/pdf_viewer/Makefile.am + * src/plugins/python/Makefile.am + Allow 'make dist' to generate a nice tarball + 2013-02-18 [wwp] 3.9.0cvs79 * src/plugins/clamd/libclamd/.cvsignore diff --git a/PATCHSETS b/PATCHSETS @@ -4577,3 +4577,4 @@ ( diff -u /dev/null src/plugins/clamd/.cvsignore; diff -u /dev/null src/plugins/clamd/libclamd/.cvsignore; diff -u /dev/null src/plugins/fetchinfo/.cvsignore; diff -u /dev/null src/plugins/gdata/.cvsignore; diff -u /dev/null src/plugins/mailmbox/.cvsignore; diff -u /dev/null src/plugins/newmail/.cvsignore; diff -u /dev/null src/plugins/notification/.cvsignore; diff -u /dev/null src/plugins/pdf_viewer/.cvsignore; diff -u /dev/null src/plugins/perl/.cvsignore; diff -u /dev/null src/plugins/python/.cvsignore; ) > 3.9.0cvs77.patchset ( diff -u /dev/null src/plugins/clamd/libclamd/.cvsignore; ) > 3.9.0cvs78.patchset ( diff -u /dev/null src/plugins/clamd/libclamd/.cvsignore; ) > 3.9.0cvs79.patchset +( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/plugins/notification/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/pdf_viewer/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/python/Makefile.am; ) > 3.9.0cvs80.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=79 +EXTRA_VERSION=80 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/notification/Makefile.am b/src/plugins/notification/Makefile.am @@ -56,7 +56,6 @@ plugindir = $(pkglibdir)/plugins plugin_LTLIBRARIES = notification_plugin.la notification_plugin_la_SOURCES = \ - gettext.h \ notification_plugin.c notification_plugin.h \ notification_core.c notification_core.h \ notification_popup.c notification_popup.h \ diff --git a/src/plugins/pdf_viewer/Makefile.am b/src/plugins/pdf_viewer/Makefile.am @@ -4,8 +4,7 @@ plugin_LTLIBRARIES = pdf_viewer.la pdf_viewer_la_SOURCES = \ poppler_viewer.c \ - poppler_viewer.h \ - gettext.h + poppler_viewer.h pdf_viewer_la_LDFLAGS = \ -avoid-version -module \ diff --git a/src/plugins/python/Makefile.am b/src/plugins/python/Makefile.am @@ -17,8 +17,7 @@ python_plugin_la_SOURCES = \ python-hooks.c \ python-hooks.h \ python-shell.c \ - python-shell.h \ - gettext.h + python-shell.h python_plugin_la_LDFLAGS = \ -avoid-version -module \