diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-07-08 03:18:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-08 03:18:57 +0800 |
commit | 8bbe0f34af2bd9906012106d8ee27187f05b6a15 (patch) | |
tree | 5cfa51a91191b20ef2f1f765df6f99611041cae5 /camel/Makefile.am | |
parent | 26709642fa1a39108690aa5295e1726a0861c58c (diff) | |
download | gsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.tar.gz gsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.tar.zst gsoc2013-evolution-8bbe0f34af2bd9906012106d8ee27187f05b6a15.zip |
Updated for string-utils namespace changes.
2003-07-07 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
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 |