From 8bbe0f34af2bd9906012106d8ee27187f05b6a15 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 7 Jul 2003 19:18:57 +0000 Subject: Updated for string-utils namespace changes. 2003-07-07 Jeffrey Stedfast * camel-session.c (camel_session_init): Updated for string-utils namespace changes. * camel-provider.c: Updated for string-utils namespace changes. * camel-mime-part.c (init_header_name_table): Updated for string-utils namespace changes. * camel-mime-message.c (camel_mime_message_class_init): Updated for string-utils namespace changes. (camel_mime_message_init): Same. * camel-mime-filter-enriched.c (camel_mime_filter_enriched_class_init): Updated for string-utils namespace changes. * camel-folder-summary.c (camel_folder_summary_init): Updated for string-utils namespace changes. * camel-string-utils.[c,h]: Renamed from string-utils.[c,h] and also namespaced all functions. svn path=/trunk/; revision=21751 --- camel/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'camel/Makefile.am') diff --git a/camel/Makefile.am b/camel/Makefile.am index b5469177d2..8baa5d322d 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -105,6 +105,7 @@ libcamel_la_SOURCES = \ camel-stream-mem.c \ camel-stream-null.c \ camel-stream.c \ + camel-string-utils.c \ camel-text-index.c \ camel-tcp-stream-raw.c \ camel-tcp-stream-ssl.c \ @@ -118,8 +119,7 @@ libcamel_la_SOURCES = \ camel-vee-folder.c \ camel-vee-store.c \ camel-vtrash-folder.c \ - camel.c \ - string-utils.c + camel.c libcamelinclude_HEADERS = \ broken-date-parser.h \ @@ -207,6 +207,7 @@ libcamelinclude_HEADERS = \ camel-stream-mem.h \ camel-stream-null.h \ camel-stream.h \ + camel-string-utils.h \ camel-text-index.h \ camel-tcp-stream-raw.h \ camel-tcp-stream-ssl.h \ @@ -220,8 +221,7 @@ libcamelinclude_HEADERS = \ camel-vee-folder.h \ camel-vee-store.h \ camel-vtrash-folder.h \ - camel.h \ - string-utils.h + camel.h libcamel_la_LDFLAGS = -version-info 0:0:0 -- cgit v1.2.3