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/groupwise/Makefile.am | |
parent | fe1c3ac91edfcbdb91bf935a5cddeeea7a86cfe2 (diff) | |
download | gsoc2013-evolution-10df3b2038892ca1dbbe41ff8c7a6c3699a96bab.tar gsoc2013-evolution-10df3b2038892ca1dbbe41ff8c7a6c3699a96bab.tar.gz gsoc2013-evolution-10df3b2038892ca1dbbe41ff8c7a6c3699a96bab.tar.bz2 gsoc2013-evolution-10df3b2038892ca1dbbe41ff8c7a6c3699a96bab.tar.lz gsoc2013-evolution-10df3b2038892ca1dbbe41ff8c7a6c3699a96bab.tar.xz 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/groupwise/Makefile.am')
-rw-r--r-- | camel/providers/groupwise/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/camel/providers/groupwise/Makefile.am b/camel/providers/groupwise/Makefile.am index a8eca01d1c..91dc0ffd39 100644 --- a/camel/providers/groupwise/Makefile.am +++ b/camel/providers/groupwise/Makefile.am @@ -13,20 +13,19 @@ INCLUDES = -I.. \ -I$(top_srcdir) \ -I$(top_srcdir)/camel/providers/imap \ -I$(top_srcdir)/camel/providers/smtp \ + $(EVOLUTION_CALENDAR_CFLAGS) \ $(CAMEL_CFLAGS) \ $(GNOME_INCLUDEDIR) \ + $(E_UTIL_CFLAGS) \ $(GTK_INCLUDEDIR) \ -DCAMEL_PROVIDERDIR=\"$(camel_providerdir)\" \ -DG_LOG_DOMAIN=\"camel-groupwise-provider\" libcamelgroupwise_la_SOURCES = \ - camel-groupwise-provider.c + camel-groupwise-provider.c \ + groupwise-config-listener.c \ + groupwise-config-listener.h libcamelgroupwise_la_LDFLAGS = -avoid-version -module -# libcamelgroupwise_la_LIBADD = -# $(top_builddir)/camel/providers/imap/libcamelimap.la \ -# $(top_builddir)/camel/providers/smtp/libcamelsmtp.la - - EXTRA_DIST = libcamelimap.urls |