aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/Makefile.am
diff options
context:
space:
mode:
authorShakti Sen <shprasad@novell.com>2005-07-25 15:37:03 +0800
committerShakti Prasad Sen <shaktis@src.gnome.org>2005-07-25 15:37:03 +0800
commitdca96e14ddba2d5e1327dd2931389b930c0b6cc3 (patch)
tree7867d9f40b69006d8f9ead969b7c1fd34da4f5c0 /plugins/exchange-operations/Makefile.am
parentb41ef3d9bfaed52dfcf6094634545a162c76eceb (diff)
downloadgsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.gz
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.bz2
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.lz
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.xz
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.zst
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.zip
Added EVOLUTION_CALENDAR_CFLAGS and widgets in 'INCLUDES'. Added the hooks
2005-07-25 Shakti Sen <shprasad@novell.com> * Makefile.am: Added EVOLUTION_CALENDAR_CFLAGS and widgets in 'INCLUDES'. * org-gnome-exchange-operations.eplug.in: Added the hooks for Calendar, Tasks and Contacts. * exchange-folder-permission.c: Added new functions to support 'File->Permissions' for all the components. * org-gnome-folder-permissions.xml: Changed the placeholder from 'Folder' to 'File' menu for 'Permissions' menu-item. Fixes bug #231968 (Partly). svn path=/trunk/; revision=29880
Diffstat (limited to 'plugins/exchange-operations/Makefile.am')
-rw-r--r--plugins/exchange-operations/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am
index 55ac36244e..fd1779c6fb 100644
--- a/plugins/exchange-operations/Makefile.am
+++ b/plugins/exchange-operations/Makefile.am
@@ -1,9 +1,11 @@
INCLUDES = -I . \
-I$(top_srcdir) \
+ -I$(top_srcdir)/widgets \
$(EVOLUTION_MAIL_CFLAGS) \
$(CAMEL_EXCHANGE_CFLAGS) \
$(CAMEL_CFLAGS) \
$(LDAP_CFLAGS) \
+ $(EVOLUTION_CALENDAR_CFLAGS) \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DCONNECTOR_GLADEDIR=\""$(gladedir)"\"