[evolution-groupwise] Split groupwise store/transport from provider library
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-groupwise] Split groupwise store/transport from provider library
- Date: Mon, 14 May 2012 13:36:29 +0000 (UTC)
commit b6618a0714b1285b87a7e4fb627556ab1d36aae3
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Thu May 10 17:06:32 2012 +0530
Split groupwise store/transport from provider library
configure.ac | 1 +
src/camel/Makefile.am | 8 ++------
.../{ => groupwise}/camel-groupwise-provider.c | 0
src/camel/{ => groupwise}/libcamelgroupwise.urls | 0
4 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2275a91..b46c419 100644
--- a/configure.ac
+++ b/configure.ac
@@ -332,6 +332,7 @@ src/plugins/Makefile
src/calendar/Makefile
src/addressbook/Makefile
src/camel/Makefile
+src/camel/groupwise/Makefile
src/camel/imapx/Makefile
src/server/libegroupwise-]EVO_GW_API_VERSION_MACRO[.pc:src/server/libegroupwise.pc.in
])
diff --git a/src/camel/Makefile.am b/src/camel/Makefile.am
index a73c51a..1a15150 100644
--- a/src/camel/Makefile.am
+++ b/src/camel/Makefile.am
@@ -1,6 +1,5 @@
-SUBDIRS = imapx
-camel_provider_LTLIBRARIES = libcamelgroupwise.la
-camel_provider_DATA = libcamelgroupwise.urls
+SUBDIRS = . groupwise imapx
+noinst_LTLIBRARIES = libcamelgroupwise.la
libcamelgroupwise_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
@@ -21,7 +20,6 @@ libcamelgroupwise_la_CPPFLAGS = \
libcamelgroupwise_la_SOURCES = \
camel-groupwise-folder.c \
camel-groupwise-folder.h \
- camel-groupwise-provider.c \
camel-groupwise-journal.c \
camel-groupwise-settings.c \
camel-groupwise-store.c \
@@ -53,6 +51,4 @@ libcamelgroupwise_la_LIBADD = \
$(SOUP_LIBS) \
$(EVOLUTION_DATA_SERVER_LIBS)
-EXTRA_DIST = libcamelgroupwise.urls
-
-include $(top_srcdir)/git.mk
diff --git a/src/camel/camel-groupwise-provider.c b/src/camel/groupwise/camel-groupwise-provider.c
similarity index 100%
rename from src/camel/camel-groupwise-provider.c
rename to src/camel/groupwise/camel-groupwise-provider.c
diff --git a/src/camel/libcamelgroupwise.urls b/src/camel/groupwise/libcamelgroupwise.urls
similarity index 100%
rename from src/camel/libcamelgroupwise.urls
rename to src/camel/groupwise/libcamelgroupwise.urls
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]