diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-06 06:46:58 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-06 06:46:58 +0800 |
commit | 2110ea101f673c11db212ebc3d4d238f74c19fee (patch) | |
tree | 0223bf67af65491d1880ff28ec393cabd96cecec /camel/Makefile.am | |
parent | 116b88eb5d75445872130fc253bfa97d6be08d77 (diff) | |
download | gsoc2013-evolution-2110ea101f673c11db212ebc3d4d238f74c19fee.tar gsoc2013-evolution-2110ea101f673c11db212ebc3d4d238f74c19fee.tar.gz gsoc2013-evolution-2110ea101f673c11db212ebc3d4d238f74c19fee.tar.bz2 gsoc2013-evolution-2110ea101f673c11db212ebc3d4d238f74c19fee.tar.lz gsoc2013-evolution-2110ea101f673c11db212ebc3d4d238f74c19fee.tar.xz gsoc2013-evolution-2110ea101f673c11db212ebc3d4d238f74c19fee.tar.zst gsoc2013-evolution-2110ea101f673c11db212ebc3d4d238f74c19fee.zip |
imported md5 coding routine from rpm. Compiles.
1999-09-06 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/md5-utils.c: imported md5 coding
routine from rpm. Compiles.
svn path=/trunk/; revision=1182
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 0615210418..7ae75776f4 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -38,6 +38,7 @@ libcamel_la_SOURCES = \ gmime-utils.c \ gstring-util.c \ hash-table-utils.c \ + md5-utils.c \ string-utils.c \ url-util.c @@ -68,6 +69,7 @@ libcamelinclude_HEADERS = \ gmime-utils.h \ gstring-util.h \ hash-table-utils.h \ + md5-utils.h \ string-utils.h \ url-util.h |