[evolution-kolab] Move CamelIMAPXExtdStore to libekolab.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab] Move CamelIMAPXExtdStore to libekolab.
- Date: Thu, 12 Jul 2012 12:44:46 +0000 (UTC)
commit 11a8a9909cabaaf55cc9295e9a3c00d1ba7b7d80
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jul 3 12:14:11 2012 -0400
Move CamelIMAPXExtdStore to libekolab.
Needed by CamelKolabIMAPXStore, and libcamelkolab is a dlopen()'ed
module not meant to be linked to.
src/camel/Makefile.am | 2 --
src/libekolab/Makefile.am | 2 ++
src/{camel => libekolab}/camel-imapx-extd-store.c | 0
src/{camel => libekolab}/camel-imapx-extd-store.h | 0
4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/camel/Makefile.am b/src/camel/Makefile.am
index a87beb3..3046d56 100644
--- a/src/camel/Makefile.am
+++ b/src/camel/Makefile.am
@@ -4,11 +4,9 @@ camel_provider_LTLIBRARIES = libcamelkolab.la
camel_provider_DATA = libcamelkolab.urls
libcamelkolab_la_SOURCES = \
- camel-imapx-extd-store.c \
camel-kolab-imapx-provider.c
noinst_HEADERS = \
- camel-imapx-extd-store.h \
camel-imapx-extd-store-friend.h \
camel-kolab-imapx-provider.h
diff --git a/src/libekolab/Makefile.am b/src/libekolab/Makefile.am
index da01a09..6f7e313 100644
--- a/src/libekolab/Makefile.am
+++ b/src/libekolab/Makefile.am
@@ -48,6 +48,7 @@ libekolab_la_SOURCES = \
camel-kolab-imapx-store.c \
camel-kolab-session.c \
camel-imapx-extd-server.c \
+ camel-imapx-extd-store.c \
camel-imapx-metadata.c \
kolab-enumtypes.c \
kolab-data-folder-metadata.c \
@@ -63,6 +64,7 @@ noinst_HEADERS = \
camel-kolab-imapx-store.h \
camel-kolab-session.h \
camel-imapx-extd-server.h \
+ camel-imapx-extd-store.h \
camel-imapx-metadata.h \
kolab-backend-types.h \
kolab-data-folder-metadata.h \
diff --git a/src/camel/camel-imapx-extd-store.c b/src/libekolab/camel-imapx-extd-store.c
similarity index 100%
rename from src/camel/camel-imapx-extd-store.c
rename to src/libekolab/camel-imapx-extd-store.c
diff --git a/src/camel/camel-imapx-extd-store.h b/src/libekolab/camel-imapx-extd-store.h
similarity index 100%
rename from src/camel/camel-imapx-extd-store.h
rename to src/libekolab/camel-imapx-extd-store.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]