remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
14 lines
405 B
Makefile
14 lines
405 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
$(EVOLUTION_MAIL_CFLAGS)
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-mail-folder-unsubscribe.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-mail-folder-unsubscribe.la
|
|
|
|
liborg_gnome_mail_folder_unsubscribe_la_SOURCES = folder-unsubscribe.c
|
|
liborg_gnome_mail_folder_unsubscribe_la_LDFLAGS = -module -avoid-version
|
|
|
|
EXTRA_DIST = org-gnome-mail-folder-unsubscribe.eplug.xml
|