[evolution-kolab/account-mgmt] Move camel-imapx-extd-server.[ch] to libekolab.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/account-mgmt] Move camel-imapx-extd-server.[ch] to libekolab.
- Date: Tue, 3 Jul 2012 16:59:11 +0000 (UTC)
commit a7f59c43433dde48409528c86372f87f46f45021
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jul 3 11:52:30 2012 -0400
Move camel-imapx-extd-server.[ch] 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-server.c | 0
src/{camel => libekolab}/camel-imapx-extd-server.h | 0
4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/camel/Makefile.am b/src/camel/Makefile.am
index 1d168ae..304bc03 100644
--- a/src/camel/Makefile.am
+++ b/src/camel/Makefile.am
@@ -4,7 +4,6 @@ camel_provider_LTLIBRARIES = libcamelkolab.la
camel_provider_DATA = libcamelkolab.urls
libcamelkolab_la_SOURCES = \
- camel-imapx-extd-server.c \
camel-imapx-extd-store.c \
camel-imapx-metadata.c \
camel-kolab-imapx-metadata-db.c \
@@ -12,7 +11,6 @@ libcamelkolab_la_SOURCES = \
camel-kolab-imapx-provider.c
noinst_HEADERS = \
- camel-imapx-extd-server.h \
camel-imapx-extd-store.h \
camel-imapx-extd-store-friend.h \
camel-imapx-metadata.h \
diff --git a/src/libekolab/Makefile.am b/src/libekolab/Makefile.am
index 7f6c0a7..3ea8ffa 100644
--- a/src/libekolab/Makefile.am
+++ b/src/libekolab/Makefile.am
@@ -45,6 +45,7 @@ libekolab_la_SOURCES = \
camel-kolab-imapx-settings.c \
camel-kolab-imapx-store.c \
camel-kolab-session.c \
+ camel-imapx-extd-server.c \
kolab-enumtypes.c \
kolab-data-folder-metadata.c \
kolab-data-folder-permissions.c \
@@ -56,6 +57,7 @@ noinst_HEADERS = \
camel-kolab-imapx-settings.h \
camel-kolab-imapx-store.h \
camel-kolab-session.h \
+ camel-imapx-extd-server.h \
kolab-backend-types.h \
kolab-data-folder-metadata.h \
kolab-data-folder-permissions.h \
diff --git a/src/camel/camel-imapx-extd-server.c b/src/libekolab/camel-imapx-extd-server.c
similarity index 100%
rename from src/camel/camel-imapx-extd-server.c
rename to src/libekolab/camel-imapx-extd-server.c
diff --git a/src/camel/camel-imapx-extd-server.h b/src/libekolab/camel-imapx-extd-server.h
similarity index 100%
rename from src/camel/camel-imapx-extd-server.h
rename to src/libekolab/camel-imapx-extd-server.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]