2005-01-12 Chenthill Palanisamy <pchenthill@novell.com> * Makefile.am: * send-options.c: (get_cnc), (e_send_options_load_general_opts), (e_sendoptions_clicked_cb), (org_gnome_send_options), (e_send_options_copy_general_opts), (e_send_options_copy_status_options), (check_status_options_changed), (check_general_changed), (send_options_copy_check_changed), (get_source), (add_return_value), (put_options_in_source), (add_send_options_to_source), (send_options_commit): Added some functons to change the global send options. svn path=/trunk/; revision=28378
20 lines
556 B
Makefile
20 lines
556 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/camel \
|
|
$(EVOLUTION_MAIL_CFLAGS) \
|
|
$(EVOLUTION_CALENDAR_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 = \
|
|
$(EVOLUTION_MAIL_LIBS) \
|
|
$(CAMEL_GROUPWISE_LIBS)
|
|
|
|
EXTRA_DIST = org-gnome-send-options.eplug.in
|