aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-08-13 22:30:07 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-13 22:30:07 +0800
commit0472611db8f67bb0c4fc09138e1131802d85b9c3 (patch)
tree172974a6cace4cfdc16867ad52f0701470e93387 /camel/Makefile.am
parent18aeb0ec732ed54dcf556d62162fe0392807a675 (diff)
downloadgsoc2013-evolution-0472611db8f67bb0c4fc09138e1131802d85b9c3.tar
gsoc2013-evolution-0472611db8f67bb0c4fc09138e1131802d85b9c3.tar.gz
gsoc2013-evolution-0472611db8f67bb0c4fc09138e1131802d85b9c3.tar.bz2
gsoc2013-evolution-0472611db8f67bb0c4fc09138e1131802d85b9c3.tar.lz
gsoc2013-evolution-0472611db8f67bb0c4fc09138e1131802d85b9c3.tar.xz
gsoc2013-evolution-0472611db8f67bb0c4fc09138e1131802d85b9c3.tar.zst
gsoc2013-evolution-0472611db8f67bb0c4fc09138e1131802d85b9c3.zip
those two func go here now.
1999-08-13 bertrand <Bertrand.Guiheneuf@aful.org> * camel/hash-table-utils.c (g_strcase_equal): (g_strcase_hash): those two func go here now. * camel/hash_table_utils.c (hash_table_generic_free): free a (gpointer, gpointer) hash table pair. * camel/camel-mime-message.c (camel_mime_message_init): use case insensitive hash table functions. (_set_flag): (camel_mime_message_set_flag): (_get_flag): (camel_mime_message_get_flag): Use const for flag name, they are now duplicated. svn path=/trunk/; revision=1110
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index fc3f155726..5f23d2ee9c 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -32,6 +32,7 @@ libcamel_la_SOURCES = \
gmime-content-field.c \
gmime-utils.c \
gstring-util.c \
+ hash-table-utils.c \
string-utils.c \
url-util.c
@@ -56,6 +57,7 @@ libcamelinclude_HEADERS = \
gmime-content-field.h \
gmime-utils.h \
gstring-util.h \
+ hash-table-utils.h \
string-utils.h \
url-util.h