diff options
author | Shakti Sen <shprasad@novell.com> | 2005-07-25 15:37:03 +0800 |
---|---|---|
committer | Shakti Prasad Sen <shaktis@src.gnome.org> | 2005-07-25 15:37:03 +0800 |
commit | dca96e14ddba2d5e1327dd2931389b930c0b6cc3 (patch) | |
tree | 7867d9f40b69006d8f9ead969b7c1fd34da4f5c0 /plugins/exchange-operations/Makefile.am | |
parent | b41ef3d9bfaed52dfcf6094634545a162c76eceb (diff) | |
download | gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.gz 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.am | 2 |
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)"\" |