aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mono/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* ** Fixes bug #549025Matthew Barnes2008-10-221-2/+4
| | | | | | | | | | | | | | | | | | | 2008-10-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549025 * configure.in: Restrict libmono linkage to the mono plugin, so that downstream packagers can isolate the mono dependency to a subpackage. Add configuration summary lines indicating whether the Mono and Python bindings are enabled. * plugins/mono/Makefile.am: Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly. The mono plugin is the only module that should be linking against libmono. svn path=/trunk/; revision=36675
* ** See #308117.Not Zed2005-08-221-0/+2
| | | | | | | | | | 2005-08-19 Not Zed <NotZed@Ximian.com> ** See #308117. * Makefile.am: link to proper libraries. svn path=/trunk/; revision=30185
* +2005-06-16 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2005-06-161-1/+1
| | | | | | | | | | | * 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
* implement the mono loader as a plugin itself.Not Zed2005-05-251-0/+16
2005-05-25 Not Zed <NotZed@Ximian.com> * mono-plugin.c: implement the mono loader as a plugin itself. svn path=/trunk/; revision=29411