From 1565f9f382208eecb89e9a5e5c86f2ae4d9838d9 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Thu, 16 Jun 2005 13:37:37 +0000 Subject: +2005-06-16 Harish Krishnaswamy * configure.in : add mono to the plugins list * data/evolution.desktop.in.in : Fix for#307176 (patch from Andre Klapper) correct the version of evolution-data-server. * plugins/mono/Makefile.am : mono-plugin.h should be included in the sources too. svn path=/trunk/; revision=29518 --- plugins/mono/ChangeLog | 5 +++++ plugins/mono/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mono/ChangeLog b/plugins/mono/ChangeLog index 11f7ce36ff..2b35f93244 100644 --- a/plugins/mono/ChangeLog +++ b/plugins/mono/ChangeLog @@ -1,3 +1,8 @@ +2005-06-15 Harish Krishnaswamy + + * Makefile.am : mono-plugin.h should be included + in the sources too. + 2005-05-25 Not Zed * mono-plugin.c: implement the mono loader as a plugin itself. diff --git a/plugins/mono/Makefile.am b/plugins/mono/Makefile.am index 6cb849c126..9b0cb77a1f 100644 --- a/plugins/mono/Makefile.am +++ b/plugins/mono/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = \ plugin_DATA = org-gnome-evolution-mono.eplug plugin_LTLIBRARIES = liborg-gnome-evolution-mono.la -liborg_gnome_evolution_mono_la_SOURCES = mono-plugin.c +liborg_gnome_evolution_mono_la_SOURCES = mono-plugin.c mono-plugin.h liborg_gnome_evolution_mono_la_LDFLAGS = -module -avoid-version EXTRA_DIST = org-gnome-evolution-mono.eplug.xml -- cgit v1.2.3