diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-14 12:13:52 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-14 12:13:52 +0800 |
commit | f00f81ee32351e6405281a8636a13c6fec6b4eff (patch) | |
tree | e8a571854e9c7b3e820ecaba24f26514eb39a341 /plugins | |
parent | d23aa43aeb5c2cefd7220fec956e4b5f71d64ed7 (diff) | |
download | gsoc2013-evolution-f00f81ee32351e6405281a8636a13c6fec6b4eff.tar.gz gsoc2013-evolution-f00f81ee32351e6405281a8636a13c6fec6b4eff.tar.zst gsoc2013-evolution-f00f81ee32351e6405281a8636a13c6fec6b4eff.zip |
** Fix for bug #414195 from Loïc Minier
svn path=/trunk/; revision=33533
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bbdb/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/bbdb/Makefile.am | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index f6ec39ec0e..65a15319da 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,9 @@ +2007-05-14 Srinivasa Ragavan <sragavan@novell.com> + + ** Fix for bug #414195 from Loïc Minier + + * Makefile.am: + 2007-05-11 Gilles Dartiguelongue <dartigug@esiee.fr> * gaimbuddies.c: (bbdb_sync_buddy_list_check), diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am index 2146faeb57..2506593d46 100644 --- a/plugins/bbdb/Makefile.am +++ b/plugins/bbdb/Makefile.am @@ -1,4 +1,5 @@ INCLUDES = \ + -I$(top_builddir)/composer \ -I$(top_srcdir) \ $(EVOLUTION_MAIL_CFLAGS) \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) |