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
21 lines
518 B
Makefile
21 lines
518 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
$(E_UTIL_CFLAGS) \
|
|
$(MONO_CFLAGS)
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-evolution-mono.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-evolution-mono.la
|
|
|
|
liborg_gnome_evolution_mono_la_SOURCES = mono-plugin.c mono-plugin.h
|
|
liborg_gnome_evolution_mono_la_LDFLAGS = -module -avoid-version
|
|
liborg_gnome_evolution_mono_la_LIBADD = \
|
|
$(E_UTIL_LIBS) \
|
|
$(MONO_LIBS)
|
|
|
|
EXTRA_DIST = org-gnome-evolution-mono.eplug.xml
|
|
|
|
BUILT_SOURCES = $(plugin_DATA)
|
|
CLEANFILES = $(BUILT_SOURCES)
|