From: Paul Mangan Date: Thu, 9 Mar 2006 06:06:06 +0000 (+0000) Subject: 2006-03-09 [paul] 2.0.0cvs123 X-Git-Tag: REL_2_1_0~70 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=fc50b887b6e3a9e5ed2e13f98bfcfe637eb1968f;ds=sidebyside 2006-03-09 [paul] 2.0.0cvs123 * src/plugins/trayicon/Makefile.am add missing slash --- diff --git a/ChangeLog b/ChangeLog index 45ce4a108..63ca9bdda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-09 [paul] 2.0.0cvs123 + + * src/plugins/trayicon/Makefile.am + add missing slash + 2006-03-08 [colin] 2.0.0cvs122 * src/plugins/trayicon/Makefile.am diff --git a/PATCHSETS b/PATCHSETS index b627e386d..88d4ed203 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1306,3 +1306,4 @@ ( cvs diff -u -r 1.36.2.57 -r 1.36.2.58 src/common/utils.c; ) > 2.0.0cvs120.patchset ( cvs diff -u -r 1.150.2.56 -r 1.150.2.57 src/procmsg.c; ) > 2.0.0cvs121.patchset ( cvs diff -u -r 1.4.2.4 -r 1.4.2.5 src/plugins/trayicon/Makefile.am; ) > 2.0.0cvs122.patchset +( cvs diff -u -r 1.4.2.5 -r 1.4.2.6 src/plugins/trayicon/Makefile.am; ) > 2.0.0cvs123.patchset diff --git a/configure.ac b/configure.ac index 34c621c64..9e77639ea 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=0 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=122 +EXTRA_VERSION=123 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/trayicon/Makefile.am b/src/plugins/trayicon/Makefile.am index 772634a5b..dbf452d88 100644 --- a/src/plugins/trayicon/Makefile.am +++ b/src/plugins/trayicon/Makefile.am @@ -25,7 +25,7 @@ INCLUDES = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/common \ -I$(top_srcdir)/src/gtk \ - -I$(srcdir)libeggtrayicon + -I$(srcdir)/libeggtrayicon AM_CPPFLAGS = \ $(GLIB_CFLAGS) \