[evolution-data-server] Merge libcamel-provider into libcamel.



commit 513676b22d0dcd6e2baffb2da17d39e464619e0a
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Sep 27 13:07:26 2011 -0400

    Merge libcamel-provider into libcamel.
    
    It's no longer useful these days to maintain split libraries.
    libcamel-provider does not bring in any additional external library
    dependencies over libcamel, and just adds unnecessary overhead to the
    build process.
    
    So Camel now consists of just libcamel + some built-in provider modules.

 camel/Makefile.am                    |  239 +++++++++++++++-------------------
 camel/camel-provider.pc.in           |   15 --
 camel/camel.pc.in                    |    1 +
 camel/providers/imap/Makefile.am     |    1 -
 camel/providers/imapx/Makefile.am    |    8 +-
 camel/providers/local/Makefile.am    |    1 -
 camel/providers/nntp/Makefile.am     |    1 -
 camel/providers/pop3/Makefile.am     |    1 -
 camel/providers/sendmail/Makefile.am |    1 -
 camel/providers/smtp/Makefile.am     |    1 -
 camel/tests/folder/Makefile.am       |    1 -
 camel/tests/lib/Makefile.am          |    1 -
 camel/tests/misc/Makefile.am         |    1 -
 camel/tests/smime/Makefile.am        |    5 +-
 configure.ac                         |    1 -
 docs/reference/camel/Makefile.am     |    1 -
 evolution-data-server-zip.in         |    2 -
 17 files changed, 111 insertions(+), 170 deletions(-)
---
diff --git a/camel/Makefile.am b/camel/Makefile.am
index d74ab7f..e849431 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -3,13 +3,12 @@ SUBDIRS = . providers tests
 if OS_WIN32
 LIBCAMEL_PLATFORM_DEP_SOURCES = \
 	camel-win32.c
-LIBCAMEL_PROVIDER_PLATFORM_DEP_SOURCES =
 LOCK_HELPER =
 else
 LIBCAMEL_PLATFORM_DEP_SOURCES = \
 	camel-lock-client.c \
+	camel-movemail.c \
 	camel-stream-process.c
-LIBCAMEL_PROVIDER_PLATFORM_DEP_SOURCES = camel-movemail.c
 LOCK_HELPER = camel-lock-helper-1.2
 endif
 
@@ -20,16 +19,15 @@ MARSHAL_GENERATED = camel-marshal.c camel-marshal.h
 	 cp $< $@
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_in_files = camel.pc.in camel-provider.pc.in
+pkgconfig_in_files = camel.pc.in
 pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=-$(API_VERSION).pc)
 
 libcamelincludedir = $(privincludedir)/camel
-libcamel_providerincludedir = $(privincludedir)/camel
 
 camellibexecdir = $(libexecdir)
 camellibexec_PROGRAMS =	$(LOCK_HELPER) camel-index-control-1.2
 
-lib_LTLIBRARIES = libcamel-1.2.la libcamel-provider-1.2.la
+lib_LTLIBRARIES = libcamel-1.2.la
 
 include $(top_srcdir)/camel/glib-gen.mak
 glib_enum_headers=camel-enums.h
@@ -38,132 +36,6 @@ glib_enum_prefix=camel
 
 ENUM_GENERATED = camel-enumtypes.h camel-enumtypes.c
 
-libcamel_provider_1_2_la_CPPFLAGS = \
-	$(AM_CPPFLAGS)						\
-	-I$(top_srcdir) 					\
-	-I$(top_builddir)					\
-	-I$(srcdir)						\
-	-DCAMEL_LIBEXECDIR=\""$(camellibexecdir)"\"		\
-	-DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\"		\
-	-DG_LOG_DOMAIN=\"camel\"				\
-	-DE_DATA_SERVER_PREFIX=\"$(prefix)\"			\
-	-DLOCALEDIR=\""$(localedir)"\"				\
-	-DCAMEL_COMPILATION					\
-	$(CAMEL_CFLAGS)
-
-libcamel_provider_1_2_la_SOURCES = 		\
-	$(ENUM_GENERATED)			\
-	camel-cipher-context.c			\
-	camel-disco-diary.c			\
-	camel-disco-folder.c			\
-	camel-disco-store.c			\
-	camel-filter-driver.c			\
-	camel-filter-search.c			\
-	camel-folder-search.c			\
-	camel-folder-summary.c			\
-	camel-folder-thread.c			\
-	camel-folder.c				\
-	camel-gpg-context.c			\
-	camel-http-stream.c			\
-	camel-network-service.c			\
-	camel-network-settings.c		\
-	camel-offline-folder.c			\
-	camel-offline-journal.c			\
-	camel-offline-settings.c		\
-	camel-offline-store.c			\
-	camel-provider.c			\
-	camel-sasl-anonymous.c			\
-	camel-sasl-cram-md5.c			\
-	camel-sasl-digest-md5.c			\
-	camel-sasl-gssapi.c			\
-	camel-sasl-login.c			\
-	camel-sasl-ntlm.c			\
-	camel-sasl-plain.c			\
-	camel-sasl-popb4smtp.c			\
-	camel-sasl.c				\
-	camel-search-private.c			\
-	camel-search-sql.c			\
-	camel-search-sql-sexp.c			\
-	camel-service.c				\
-	camel-session.c				\
-	camel-settings.c			\
-	camel-smime-context.c			\
-	camel-store.c				\
-	camel-store-settings.c			\
-	camel-store-summary.c			\
-	camel-subscribable.c			\
-	camel-tcp-stream-raw.c			\
-	camel-tcp-stream-ssl.c			\
-	camel-tcp-stream.c			\
-	camel-transport.c			\
-	camel-uid-cache.c			\
-	camel-vee-folder.c			\
-	camel-vee-store.c			\
-	camel-vee-summary.c			\
-	camel-vtrash-folder.c			\
-	$(LIBCAMEL_PROVIDER_PLATFORM_DEP_SOURCES)
-
-libcamel_providerinclude_HEADERS =		\
-	camel-cipher-context.h			\
-	camel-disco-diary.h			\
-	camel-disco-folder.h			\
-	camel-disco-store.h			\
-	camel-filter-driver.h			\
-	camel-filter-search.h			\
-	camel-folder-search.h			\
-	camel-folder-summary.h			\
-	camel-folder-thread.h			\
-	camel-folder.h				\
-	camel-gpg-context.h			\
-	camel-http-stream.h			\
-	camel-html-parser.h			\
-	camel-lock-helper.h			\
-	camel-movemail.h			\
-	camel-network-service.h			\
-	camel-network-settings.h		\
-	camel-offline-folder.h			\
-	camel-offline-journal.h			\
-	camel-offline-settings.h		\
-	camel-offline-store.h			\
-	camel-provider.h			\
-	camel-sasl-anonymous.h			\
-	camel-sasl-cram-md5.h			\
-	camel-sasl-digest-md5.h			\
-	camel-sasl-gssapi.h			\
-	camel-sasl-login.h			\
-	camel-sasl-ntlm.h			\
-	camel-sasl-plain.h			\
-	camel-sasl-popb4smtp.h			\
-	camel-sasl.h				\
-	camel-search-sql.h			\
-	camel-search-sql-sexp.h			\
-	camel-service.h				\
-	camel-session.h				\
-	camel-settings.h			\
-	camel-smime-context.h			\
-	camel-store.h				\
-	camel-store-settings.h			\
-	camel-store-summary.h			\
-	camel-subscribable.h			\
-	camel-tcp-stream-raw.h			\
-	camel-tcp-stream-ssl.h			\
-	camel-tcp-stream.h			\
-	camel-transport.h			\
-	camel-uid-cache.h			\
-	camel-vee-folder.h			\
-	camel-vee-store.h			\
-	camel-vee-summary.h			\
-	camel-vtrash-folder.h
-
-libcamel_provider_1_2_la_LDFLAGS = -version-info $(LIBCAMEL_CURRENT):$(LIBCAMEL_REVISION):$(LIBCAMEL_AGE) $(NO_UNDEFINED)
-
-libcamel_provider_1_2_la_LIBADD =			\
-	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la 	\
-	libcamel-1.2.la				\
-	$(CAMEL_LIBS)				\
-	$(SOCKET_LIBS)				\
-	$(REGEX_LIBS)
-
 libcamel_1_2_la_CPPFLAGS = \
 	$(AM_CPPFLAGS)						\
 	-I$(top_srcdir) 					\
@@ -178,17 +50,30 @@ libcamel_1_2_la_CPPFLAGS = \
 	$(CAMEL_CFLAGS)
 
 libcamel_1_2_la_SOURCES = 			\
+	$(ENUM_GENERATED)			\
 	$(MARSHAL_GENERATED)			\
 	camel-address.c				\
 	camel-block-file.c			\
 	camel-certdb.c				\
 	camel-charset-map.c			\
+	camel-cipher-context.c			\
 	camel-data-cache.c			\
 	camel-data-wrapper.c			\
 	camel-db.c				\
 	camel-debug.c				\
+	camel-disco-diary.c			\
+	camel-disco-folder.c			\
+	camel-disco-store.c			\
 	camel-file-utils.c			\
+	camel-filter-driver.c			\
+	camel-filter-search.c			\
+	camel-folder-search.c			\
+	camel-folder-summary.c			\
+	camel-folder-thread.c			\
+	camel-folder.c				\
+	camel-gpg-context.c			\
 	camel-html-parser.c			\
+	camel-http-stream.c			\
 	camel-iconv.c				\
 	camel-index.c				\
 	camel-internet-address.c		\
@@ -220,18 +105,44 @@ libcamel_1_2_la_SOURCES = 			\
 	camel-mime-parser.c			\
 	camel-mime-part-utils.c			\
 	camel-mime-part.c			\
-	camel-mime-utils.c			\
 	camel-mime-tables.c			\
+	camel-mime-utils.c			\
 	camel-msgport.c				\
 	camel-multipart-encrypted.c		\
 	camel-multipart-signed.c		\
 	camel-multipart.c			\
 	camel-net-utils.c			\
+	camel-network-service.c			\
+	camel-network-settings.c		\
 	camel-nntp-address.c			\
-	camel-object.c				\
 	camel-object-bag.c			\
+	camel-object.c				\
+	camel-offline-folder.c			\
+	camel-offline-journal.c			\
+	camel-offline-settings.c		\
+	camel-offline-store.c			\
 	camel-operation.c			\
 	camel-partition-table.c			\
+	camel-provider.c			\
+	camel-sasl-anonymous.c			\
+	camel-sasl-cram-md5.c			\
+	camel-sasl-digest-md5.c			\
+	camel-sasl-gssapi.c			\
+	camel-sasl-login.c			\
+	camel-sasl-ntlm.c			\
+	camel-sasl-plain.c			\
+	camel-sasl-popb4smtp.c			\
+	camel-sasl.c				\
+	camel-search-private.c			\
+	camel-search-sql-sexp.c			\
+	camel-search-sql.c			\
+	camel-service.c				\
+	camel-session.c				\
+	camel-settings.c			\
+	camel-smime-context.c			\
+	camel-store-settings.c			\
+	camel-store-summary.c			\
+	camel-store.c				\
 	camel-stream-buffer.c			\
 	camel-stream-filter.c			\
 	camel-stream-fs.c			\
@@ -240,11 +151,21 @@ libcamel_1_2_la_SOURCES = 			\
 	camel-stream-vfs.c			\
 	camel-stream.c				\
 	camel-string-utils.c			\
+	camel-subscribable.c			\
+	camel-tcp-stream-raw.c			\
+	camel-tcp-stream-ssl.c			\
+	camel-tcp-stream.c			\
 	camel-text-index.c			\
+	camel-transport.c			\
 	camel-trie.c				\
+	camel-uid-cache.c			\
 	camel-url-scanner.c			\
 	camel-url.c				\
 	camel-utf8.c				\
+	camel-vee-folder.c			\
+	camel-vee-store.c			\
+	camel-vee-summary.c			\
+	camel-vtrash-folder.c			\
 	camel.c					\
 	$(LIBCAMEL_PLATFORM_DEP_SOURCES)
 
@@ -253,19 +174,33 @@ libcamelinclude_HEADERS =			\
 	camel-block-file.h			\
 	camel-certdb.h				\
 	camel-charset-map.h			\
+	camel-cipher-context.h			\
 	camel-data-cache.h			\
 	camel-data-wrapper.h			\
 	camel-db.h				\
 	camel-debug.h				\
+	camel-disco-diary.h			\
+	camel-disco-folder.h			\
+	camel-disco-store.h			\
 	camel-enums.h				\
 	camel-enumtypes.h			\
 	camel-file-utils.h			\
+	camel-filter-driver.h			\
+	camel-filter-search.h			\
+	camel-folder-search.h			\
+	camel-folder-summary.h			\
+	camel-folder-thread.h			\
+	camel-folder.h				\
+	camel-gpg-context.h			\
+	camel-html-parser.h			\
+	camel-http-stream.h			\
 	camel-iconv.h				\
 	camel-index.h				\
 	camel-internet-address.h		\
 	camel-junk-filter.h			\
 	camel-list-utils.h			\
 	camel-lock-client.h			\
+	camel-lock-helper.h			\
 	camel-lock.h				\
 	camel-medium.h				\
 	camel-memchunk.h			\
@@ -293,17 +228,43 @@ libcamelinclude_HEADERS =			\
 	camel-mime-part-utils.h			\
 	camel-mime-part.h			\
 	camel-mime-utils.h			\
+	camel-movemail.h			\
 	camel-msgport.h				\
 	camel-multipart-encrypted.h		\
 	camel-multipart-signed.h		\
 	camel-multipart.h			\
 	camel-net-utils.h			\
+	camel-network-service.h			\
+	camel-network-settings.h		\
 	camel-nntp-address.h			\
-	camel-object.h				\
 	camel-object-bag.h			\
+	camel-object.h				\
+	camel-offline-folder.h			\
+	camel-offline-journal.h			\
+	camel-offline-settings.h		\
+	camel-offline-store.h			\
 	camel-operation.h			\
 	camel-partition-table.h			\
+	camel-provider.h			\
+	camel-sasl-anonymous.h			\
+	camel-sasl-cram-md5.h			\
+	camel-sasl-digest-md5.h			\
+	camel-sasl-gssapi.h			\
+	camel-sasl-login.h			\
+	camel-sasl-ntlm.h			\
+	camel-sasl-plain.h			\
+	camel-sasl-popb4smtp.h			\
+	camel-sasl.h				\
 	camel-search-private.h			\
+	camel-search-sql-sexp.h			\
+	camel-search-sql.h			\
+	camel-service.h				\
+	camel-session.h				\
+	camel-settings.h			\
+	camel-smime-context.h			\
+	camel-store-settings.h			\
+	camel-store-summary.h			\
+	camel-store.h				\
 	camel-stream-buffer.h			\
 	camel-stream-filter.h			\
 	camel-stream-fs.h			\
@@ -313,11 +274,21 @@ libcamelinclude_HEADERS =			\
 	camel-stream-vfs.h			\
 	camel-stream.h				\
 	camel-string-utils.h			\
+	camel-subscribable.h			\
+	camel-tcp-stream-raw.h			\
+	camel-tcp-stream-ssl.h			\
+	camel-tcp-stream.h			\
 	camel-text-index.h			\
+	camel-transport.h			\
 	camel-trie.h				\
+	camel-uid-cache.h			\
 	camel-url-scanner.h			\
 	camel-url.h				\
 	camel-utf8.h				\
+	camel-vee-folder.h			\
+	camel-vee-store.h			\
+	camel-vee-summary.h			\
+	camel-vtrash-folder.h			\
 	camel.h
 
 libcamel_1_2_la_LDFLAGS = -version-info $(LIBCAMEL_CURRENT):$(LIBCAMEL_REVISION):$(LIBCAMEL_AGE) $(NO_UNDEFINED)
diff --git a/camel/camel.pc.in b/camel/camel.pc.in
index b3f629c..24172b3 100644
--- a/camel/camel.pc.in
+++ b/camel/camel.pc.in
@@ -3,6 +3,7 @@ exec_prefix= exec_prefix@
 libdir= libdir@
 includedir= includedir@
 
+camel_providerdir= camel_providerdir@
 privlibdir= privlibdir@
 privincludedir= privincludedir@
 
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am
index a47084e..9c46932 100644
--- a/camel/providers/imap/Makefile.am
+++ b/camel/providers/imap/Makefile.am
@@ -44,7 +44,6 @@ libcamelimap_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
 
 libcamelimap_la_LIBADD = \
 	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
-	$(top_builddir)/camel/libcamel-provider-1.2.la			\
 	$(top_builddir)/camel/libcamel-1.2.la				\
 	$(CAMEL_LIBS)
 
diff --git a/camel/providers/imapx/Makefile.am b/camel/providers/imapx/Makefile.am
index 3098e60..e4c4d98 100644
--- a/camel/providers/imapx/Makefile.am
+++ b/camel/providers/imapx/Makefile.am
@@ -37,9 +37,8 @@ camel-imapx-tokenise.h: camel-imapx-tokens.txt
 	@GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< --output-file=$@
 
 libcamelimapx_la_LIBADD = \
-        $(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
-        $(top_builddir)/camel/libcamel-provider-1.2.la                  \
-        $(top_builddir)/camel/libcamel-1.2.la                           \
+        $(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la	\
+        $(top_builddir)/camel/libcamel-1.2.la				\
         $(CAMEL_LIBS)
 
 libcamelimapx_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
@@ -57,8 +56,7 @@ test_imapx_CPPFLAGS = \
 test_imapx_SOURCES = test-imapx.c
 test_imapx_LDADD =							\
 	$(CAMEL_LIBS)							\
-	$(top_builddir)/camel/libcamel-1.2.la				\
-	$(top_builddir)/camel/libcamel-provider-1.2.la
+	$(top_builddir)/camel/libcamel-1.2.la
 
 BUILT_SOURCES = camel-imapx-tokenise.h
 CLEANFILES = $(BUILT_SOURCES)
diff --git a/camel/providers/local/Makefile.am b/camel/providers/local/Makefile.am
index 8c33df2..676b47b 100644
--- a/camel/providers/local/Makefile.am
+++ b/camel/providers/local/Makefile.am
@@ -60,7 +60,6 @@ libcamellocal_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
 
 libcamellocal_la_LIBADD = \
 	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la	\
-	$(top_builddir)/camel/libcamel-provider-1.2.la			\
 	$(top_builddir)/camel/libcamel-1.2.la				\
 	$(CAMEL_LIBS)
 
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am
index 5197c3f..8f4d23f 100644
--- a/camel/providers/nntp/Makefile.am
+++ b/camel/providers/nntp/Makefile.am
@@ -35,7 +35,6 @@ libcamelnntp_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
 
 libcamelnntp_la_LIBADD = \
 	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
-	$(top_builddir)/camel/libcamel-provider-1.2.la			\
 	$(top_builddir)/camel/libcamel-1.2.la				\
 	$(CAMEL_LIBS)
 
diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am
index 5f6f386..30a2f2c 100644
--- a/camel/providers/pop3/Makefile.am
+++ b/camel/providers/pop3/Makefile.am
@@ -27,7 +27,6 @@ libcamelpop3_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
 
 libcamelpop3_la_LIBADD = \
 	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
-	$(top_builddir)/camel/libcamel-provider-1.2.la			\
 	$(top_builddir)/camel/libcamel-1.2.la				\
 	$(CAMEL_LIBS)
 
diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am
index 6e78be1..61c93f8 100644
--- a/camel/providers/sendmail/Makefile.am
+++ b/camel/providers/sendmail/Makefile.am
@@ -23,7 +23,6 @@ libcamelsendmail_la_LDFLAGS = -avoid-version -module
 
 libcamelsendmail_la_LIBADD = \
 	$(top_builddir)/camel/libcamel-1.2.la				\
-	$(top_builddir)/camel/libcamel-provider-1.2.la			\
 	$(CAMEL_LIBS)
 
 EXTRA_DIST = libcamelsendmail.urls
diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am
index 931f8d3..9f5ec52 100644
--- a/camel/providers/smtp/Makefile.am
+++ b/camel/providers/smtp/Makefile.am
@@ -21,7 +21,6 @@ libcamelsmtp_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
 
 libcamelsmtp_la_LIBADD = \
 	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
-	$(top_builddir)/camel/libcamel-provider-1.2.la			\
 	$(top_builddir)/camel/libcamel-1.2.la				\
 	$(CAMEL_LIBS)
 
diff --git a/camel/tests/folder/Makefile.am b/camel/tests/folder/Makefile.am
index be29fc1..1d40eb3 100644
--- a/camel/tests/folder/Makefile.am
+++ b/camel/tests/folder/Makefile.am
@@ -11,7 +11,6 @@ FOLDER_TESTS_LDADD= \
 	$(top_builddir)/camel/tests/lib/libcameltest.a	\
 	$(top_builddir)/camel/tests/lib/libcameltest-provider.a	\
 	$(top_builddir)/camel/libcamel-${API_VERSION}.la 		\
-	$(top_builddir)/camel/libcamel-provider-${API_VERSION}.la 	\
 	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
 	$(INTLLIBS)
 
diff --git a/camel/tests/lib/Makefile.am b/camel/tests/lib/Makefile.am
index 825f2a3..9d2f42f 100644
--- a/camel/tests/lib/Makefile.am
+++ b/camel/tests/lib/Makefile.am
@@ -32,7 +32,6 @@ libcameltest_a_LIBADD =				\
 	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la
 
 libcameltest_provider_a_LIBADD =				\
-	$(top_builddir)/camel/libcamel-provider-${API_VERSION}.la \
 	$(top_builddir)/camel/libcamel-${API_VERSION}.la		\
 	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la
 
diff --git a/camel/tests/misc/Makefile.am b/camel/tests/misc/Makefile.am
index d55972d..6264d60 100644
--- a/camel/tests/misc/Makefile.am
+++ b/camel/tests/misc/Makefile.am
@@ -8,7 +8,6 @@ MISC_TESTS_CPPFLAGS= \
 	$(CAMEL_CFLAGS)
 
 MISC_TESTS_LDADD= \
-	$(top_builddir)/camel/libcamel-provider-${API_VERSION}.la 	\
 	$(top_builddir)/camel/libcamel-${API_VERSION}.la 		\
 	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
 	$(top_builddir)/camel/tests/lib/libcameltest.a	\
diff --git a/camel/tests/smime/Makefile.am b/camel/tests/smime/Makefile.am
index 7e01124..f74103f 100644
--- a/camel/tests/smime/Makefile.am
+++ b/camel/tests/smime/Makefile.am
@@ -9,9 +9,8 @@ SMIME_TESTS_CPPFLAGS= \
 	$(CAMEL_CFLAGS)
 
 SMIME_TESTS_LDADD= \
-	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
-	$(top_builddir)/camel/tests/lib/libcameltest.a	\
-	$(top_builddir)/camel/libcamel-provider-${API_VERSION}.la 		\
+	$(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la	\
+	$(top_builddir)/camel/tests/lib/libcameltest.a			\
 	$(top_builddir)/camel/libcamel-${API_VERSION}.la 		\
 	$(INTLLIBS)
 
diff --git a/configure.ac b/configure.ac
index 44fc9fb..bd10885 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1593,7 +1593,6 @@ camel/tests/mime-filter/Makefile
 camel/tests/misc/Makefile
 camel/tests/smime/Makefile
 camel/camel.pc
-camel/camel-provider.pc
 libebackend/Makefile
 libebackend/libebackend.pc
 libedataserver/Makefile
diff --git a/docs/reference/camel/Makefile.am b/docs/reference/camel/Makefile.am
index 43c3fd2..c9f417c 100644
--- a/docs/reference/camel/Makefile.am
+++ b/docs/reference/camel/Makefile.am
@@ -28,7 +28,6 @@ GTKDOC_CFLAGS = 		\
 
 GTKDOC_LIBS = 						\
 	$(top_builddir)/camel/libcamel-1.2.la		\
-	$(top_builddir)/camel/libcamel-provider-1.2.la	\
 	$(CAMEL_LIBS)
 
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
diff --git a/evolution-data-server-zip.in b/evolution-data-server-zip.in
index 7cf218e..b47e3bc 100755
--- a/evolution-data-server-zip.in
+++ b/evolution-data-server-zip.in
@@ -25,7 +25,6 @@ cd @prefix@
 rm $ZIP
 zip $ZIP -@ <<EOF
 bin/libcamel-1.2-$LIBCAMEL_CURRENT_MINUS_AGE.dll
-bin/libcamel-provider-1.2-$LIBCAMEL_CURRENT_MINUS_AGE.dll
 bin/libebackend-1.2-$LIBEBACKEND_CURRENT_MINUS_AGE.dll
 bin/libebook-1.2-$LIBEBOOK_CURRENT_MINUS_AGE.dll
 bin/libecal-1.2-$LIBECAL_CURRENT_MINUS_AGE.dll
@@ -81,7 +80,6 @@ fi
 rm $DEVZIP
 zip -r -D $DEVZIP -@ <<EOF
 lib/libcamel-1.2.dll.a
-lib/libcamel-provider-1.2.dll.a
 lib/libebook-1.2.dll.a
 lib/libecal-1.2.dll.a
 lib/libedata-book-1.2.dll.a



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