2005-01-10 Chenthill Palanisamy <pchenthill@novell.com> * MakeFile.am: * org-gnome-send-options.eplug.in: Plugin file to add the send options button in the account editor. * send-options.c: Adds the send options button inside a frame in the defaults page of the account editor for groupwise accounts. Clicking on the button gets the settings from the server and shows it in the send options dialog box. svn path=/trunk/; revision=28318
17 lines
492 B
Makefile
17 lines
492 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)\
|
|
-I$(top_srcdir)/camel \
|
|
$(EVOLUTION_MAIL_CFLAGS)\
|
|
$(CAMEL_GROUPWISE_CFLAGS)
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-send-options.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-send-options.la
|
|
|
|
liborg_gnome_send_options_la_SOURCES = send-options.c
|
|
liborg_gnome_send_options_la_LDFLAGS = -module -avoid-version
|
|
liborg_gnome_send_options_la_LIBADD= $(prefix)/lib/libegroupwise-1.2.la
|
|
|
|
EXTRA_DIST = org-gnome-send-options.eplug.in
|