2004-10-20 Not Zed <NotZed@Ximian.com> * implemented a plugin manager plugin. svn path=/trunk/; revision=27810
12 lines
336 B
Makefile
12 lines
336 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
$(EVOLUTION_MAIL_CFLAGS)
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-plugin-manager.eplug org-gnome-plugin-manager.xml
|
|
plugin_LTLIBRARIES = liborg-gnome-plugin-manager.la
|
|
|
|
liborg_gnome_plugin_manager_la_SOURCES = plugin-manager.c
|
|
liborg_gnome_plugin_manager_la_LDFLAGS = -module -avoid-version
|