[evolution-kolab] Move camel-imapx-extd-store-friend.h to libekolab.



commit ba3c2bf0a056cc8d2e29e730c4c2f85703b8b111
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Jul 3 12:17:20 2012 -0400

    Move camel-imapx-extd-store-friend.h to libekolab.
    
    Needed by CamelIMAPXExtdServer, and libcamelkolab is a dlopen()'ed
    module not meant to be linked to.

 src/camel/Makefile.am                              |    1 -
 src/libekolab/Makefile.am                          |    1 +
 .../camel-imapx-extd-store-friend.h                |    0
 3 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/Makefile.am b/src/camel/Makefile.am
index 3046d56..8cb7d52 100644
--- a/src/camel/Makefile.am
+++ b/src/camel/Makefile.am
@@ -7,7 +7,6 @@ libcamelkolab_la_SOURCES =			\
 	camel-kolab-imapx-provider.c
 
 noinst_HEADERS =				\
-	camel-imapx-extd-store-friend.h		\
 	camel-kolab-imapx-provider.h
 
 AM_CPPFLAGS =					\
diff --git a/src/libekolab/Makefile.am b/src/libekolab/Makefile.am
index 6f7e313..24e0f94 100644
--- a/src/libekolab/Makefile.am
+++ b/src/libekolab/Makefile.am
@@ -65,6 +65,7 @@ noinst_HEADERS =			\
 	camel-kolab-session.h		\
 	camel-imapx-extd-server.h	\
 	camel-imapx-extd-store.h	\
+	camel-imapx-extd-store-friend.h	\
 	camel-imapx-metadata.h		\
 	kolab-backend-types.h		\
 	kolab-data-folder-metadata.h	\
diff --git a/src/camel/camel-imapx-extd-store-friend.h b/src/libekolab/camel-imapx-extd-store-friend.h
similarity index 100%
rename from src/camel/camel-imapx-extd-store-friend.h
rename to src/libekolab/camel-imapx-extd-store-friend.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]