2013-02-20 [colin] 3.9.0cvs82

* src/plugins/bogofilter/Makefile.am
	* src/plugins/clamd/Makefile.am
	* src/plugins/demo/Makefile.am
	* src/plugins/dillo_viewer/Makefile.am
	* src/plugins/fancy/Makefile.am
	* src/plugins/fetchinfo/Makefile.am
	* src/plugins/gdata/Makefile.am
	* src/plugins/mailmbox/Makefile.am
	* src/plugins/newmail/Makefile.am
	* src/plugins/notification/Makefile.am
	* src/plugins/pdf_viewer/Makefile.am
	* src/plugins/perl/Makefile.am
	* src/plugins/python/Makefile.am
	* src/plugins/spamassassin/Makefile.am
	* src/plugins/trayicon/Makefile.am
	* src/plugins/vcalendar/libical/libical/Makefile.am
		Fix out-of-tree build
This commit is contained in:
Colin Leroy 2013-02-20 08:16:15 +00:00
parent a6c230e88e
commit 0880b64335
19 changed files with 38 additions and 2 deletions

View file

@ -1,3 +1,23 @@
2013-02-20 [colin] 3.9.0cvs82
* src/plugins/bogofilter/Makefile.am
* src/plugins/clamd/Makefile.am
* src/plugins/demo/Makefile.am
* src/plugins/dillo_viewer/Makefile.am
* src/plugins/fancy/Makefile.am
* src/plugins/fetchinfo/Makefile.am
* src/plugins/gdata/Makefile.am
* src/plugins/mailmbox/Makefile.am
* src/plugins/newmail/Makefile.am
* src/plugins/notification/Makefile.am
* src/plugins/pdf_viewer/Makefile.am
* src/plugins/perl/Makefile.am
* src/plugins/python/Makefile.am
* src/plugins/spamassassin/Makefile.am
* src/plugins/trayicon/Makefile.am
* src/plugins/vcalendar/libical/libical/Makefile.am
Fix out-of-tree build
2013-02-19 [colin] 3.9.0cvs81
* configure.ac

View file

@ -4579,3 +4579,4 @@
( 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
( cvs diff -u -r 1.654.2.4657 -r 1.654.2.4658 configure.ac; ) > 3.9.0cvs81.patchset
( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/plugins/bogofilter/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/clamd/Makefile.am; cvs diff -u -r 1.3.2.4 -r 1.3.2.5 src/plugins/demo/Makefile.am; cvs diff -u -r 1.4.2.9 -r 1.4.2.10 src/plugins/dillo_viewer/Makefile.am; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/plugins/fancy/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/fetchinfo/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/gdata/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/mailmbox/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/newmail/Makefile.am; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/plugins/notification/Makefile.am; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/plugins/pdf_viewer/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/perl/Makefile.am; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/plugins/python/Makefile.am; cvs diff -u -r 1.5.2.10 -r 1.5.2.11 src/plugins/spamassassin/Makefile.am; cvs diff -u -r 1.4.2.14 -r 1.4.2.15 src/plugins/trayicon/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/vcalendar/libical/libical/Makefile.am; ) > 3.9.0cvs82.patchset

View file

@ -12,7 +12,7 @@ MINOR_VERSION=9
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=81
EXTRA_VERSION=82
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -21,6 +21,7 @@ bogofilter_la_LIBADD = $(cygwin_export_lib) \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \

View file

@ -20,6 +20,7 @@ INCLUDES = \
-I$(top_srcdir)/src/plugins/clamd/libclamd \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \

View file

@ -18,6 +18,7 @@ demo_la_LIBADD = $(cygwin_export_lib) \
$(GTK_LIBS)
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/common
AM_CPPFLAGS = \

View file

@ -21,6 +21,7 @@ dillo_viewer_la_LIBADD = $(cygwin_export_lib) \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \

View file

@ -19,6 +19,7 @@ fancy_la_LDFLAGS = \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \

View file

@ -18,6 +18,7 @@ AM_CPPFLAGS = \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
EXTRA_DIST=

View file

@ -19,6 +19,7 @@ gdata_plugin_la_LDFLAGS = \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \

View file

@ -39,4 +39,5 @@ AM_CPPFLAGS = \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk

View file

@ -16,4 +16,5 @@ AM_CPPFLAGS = \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk

View file

@ -81,6 +81,7 @@ INCLUDES = \
-I$(top_srcdir)/src/plugins/notification/gtkhotkey \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk

View file

@ -14,6 +14,7 @@ pdf_viewer_la_LDFLAGS = \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \

View file

@ -22,4 +22,5 @@ AM_CPPFLAGS = \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk

View file

@ -29,6 +29,7 @@ python_plugin_la_LDFLAGS = \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \

View file

@ -23,6 +23,7 @@ spamassassin_la_LIBADD = $(cygwin_export_lib) \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \

View file

@ -25,6 +25,7 @@ trayicon_la_LIBADD = \
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/common \
-I$(top_builddir)/src/common \
-I$(top_srcdir)/src/gtk
AM_CPPFLAGS = \

View file

@ -34,7 +34,7 @@ LEX_OUTPUT_ROOT = lex.ical_yy
INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(srcdir) \
-I$(top_srcdir)/src/plugins/vcalendar/libical \