2005-05-19 Chenthill Palanisamy <pchenthill@novell.com> * MakeFile.am: * org-gnome-send-options.eplug.in: Plugin file to add the Mark all Messages read menu item. * send-options.c: Contains methods to mark messages as read. svn path=/trunk/; revision=29391
15 lines
397 B
Makefile
15 lines
397 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)\
|
|
-I$(top_srcdir)/camel \
|
|
$(EVOLUTION_MAIL_CFLAGS)
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-mark-all-read.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-mark-all-read.la
|
|
|
|
liborg_gnome_mark_all_read_la_SOURCES = mark-all-read.c
|
|
liborg_gnome_mark_all_read_la_LDFLAGS = -module -avoid-version
|
|
|
|
EXTRA_DIST = org-gnome-mark-all-read.eplug.in
|