aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/Makefile.am
diff options
context:
space:
mode:
authorPraveen Kumar <kpraveen@novell.com>2005-07-01 18:06:24 +0800
committerPraveen Kumar <kpraveen@src.gnome.org>2005-07-01 18:06:24 +0800
commitda4c46c126c59356c64030c1f05ddc2a3f72cad0 (patch)
tree708bee4677887bbfc1dd2fc3f7bcce13030d75c8 /plugins/exchange-operations/Makefile.am
parentbffdf85285b26fca4783e5f9208a7e3b6d943674 (diff)
downloadgsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.gz
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.bz2
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.lz
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.xz
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.zst
gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.zip
Added new file entries for calendar , contacts and change-password enabled
2005-07-01 Praveen Kumar <kpraveen@novell.com> * Makefile.am : Added new file entries for calendar , contacts and change-password * exchange-account-setup.c (btn_chpass_clicked) : enabled the code * exchange-operations.c (exchange_operations_cta_add_node_to_tree) : This now stores the relative uri of the node to the model (exchange_operations_cta_select_node_from_tree) : Added new. This selects the node for a given relative uri. * exchange-operations.h : Similar * org-gnome-exchange-operations.eplug.in : Added commit hook action for calendar and contacts * exchange-change-password.c : Added new * exchange-calendar.c : Added new * exchange-contacts.c : Added new svn path=/trunk/; revision=29610
Diffstat (limited to 'plugins/exchange-operations/Makefile.am')
-rw-r--r--plugins/exchange-operations/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am
index 470316b750..2bd1f119c8 100644
--- a/plugins/exchange-operations/Makefile.am
+++ b/plugins/exchange-operations/Makefile.am
@@ -18,6 +18,10 @@ liborg_gnome_exchange_operations_la_SOURCES = \
exchange-operations.h \
exchange-config-listener.c \
exchange-config-listener.h \
+ exchange-calendar.c \
+ exchange-contacts.c \
+ exchange-change-password.c \
+ exchange-change-password.h \
exchange-account-setup.c
liborg_gnome_exchange_operations_la_LIBADD = \