2004-11-03 Not Zed <NotZed@Ximian.com> * Makefile.am: extra_dist the .eplug.in file. svn path=/trunk/; revision=27813
14 lines
384 B
Makefile
14 lines
384 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
|
|
|
|
EXTRA_DIST = org-gnome-plugin-manager.eplug.in
|