aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/Makefile.am
diff options
context:
space:
mode:
authorVeerapuram Varadhan <vvaradan@src.gnome.org>2007-01-23 02:58:03 +0800
committerVeerapuram Varadhan <vvaradan@src.gnome.org>2007-01-23 02:58:03 +0800
commitd6323f8303add9ec85e1f51d0ad8c5e804f2f50d (patch)
treeab67352723d079186d28a618ff52a4d2fe108016 /plugins/exchange-operations/Makefile.am
parent7f17eb8d4d9baa2c942e9dd64f319c6c6107b5a8 (diff)
downloadgsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.gz
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.bz2
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.lz
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.xz
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.zst
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.zip
Glade file for exchange send options . Added a hook for implementing send
* exchange-send-options.glade :Glade file for exchange send options . * org-gnome-exchange-operations.eplug.xml :Added a hook for implementing send options . * exchange-mail-send-options.c :Contains code for invoking the dialog and processing the data received and destroying the dialog . * exchange-send-options.[c,h] :Contains the GType for exchange send options dialog . svn path=/trunk/; revision=33137
Diffstat (limited to 'plugins/exchange-operations/Makefile.am')
-rw-r--r--plugins/exchange-operations/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am
index 9fc60d4f50..9208ec6655 100644
--- a/plugins/exchange-operations/Makefile.am
+++ b/plugins/exchange-operations/Makefile.am
@@ -41,7 +41,10 @@ liborg_gnome_exchange_operations_la_SOURCES = \
exchange-folder-permission.c \
exchange-folder-subscription.c \
exchange-folder-subscription.h \
- exchange-folder.c
+ exchange-folder.c \
+ exchange-mail-send-options.c \
+ exchange-send-options.c \
+ exchange-send-options.h
liborg_gnome_exchange_operations_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
@@ -60,7 +63,8 @@ glade_DATA = \
exchange-permissions-dialog.glade \
e-foreign-folder-dialog.glade \
exchange-passwd-expiry.glade \
- exchange-oof.glade
+ exchange-oof.glade \
+ exchange-send-options.glade
error_DATA = org-gnome-exchange-operations.error
errordir = $(privdatadir)/errors