diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-01-08 22:22:37 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-01-08 22:22:37 +0800 |
commit | 10df3b2038892ca1dbbe41ff8c7a6c3699a96bab (patch) | |
tree | 7d4e258589821909ba5c07f74b5172b6117819e6 /camel/providers/Makefile.am | |
parent | fe1c3ac91edfcbdb91bf935a5cddeeea7a86cfe2 (diff) | |
download | gsoc2013-evolution-10df3b2038892ca1dbbe41ff8c7a6c3699a96bab.tar.gz gsoc2013-evolution-10df3b2038892ca1dbbe41ff8c7a6c3699a96bab.tar.zst gsoc2013-evolution-10df3b2038892ca1dbbe41ff8c7a6c3699a96bab.zip |
add groupwise to SUBDIRS new camel provider for groupwise new class to add
2004-01-08 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/Makefile.am : add groupwise to SUBDIRS
* providers/groupwise/camel-groupwise-provider.c: new camel provider for groupwise
* providers/groupwise/groupwise-config-listener.[ch] : new class to add e-sources for groupwise calender and tasks
* providers/groupwise/Makefile.am : added new files to Makefile.am
svn path=/trunk/; revision=24111
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r-- | camel/providers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index 119966aacb..55ce850097 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -8,5 +8,5 @@ if ENABLE_IMAPP IMAPP_DIR=imapp endif -SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local $(IMAPP_DIR) +SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local $(IMAPP_DIR) groupwise |