diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-06 18:08:37 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-06 18:08:37 +0800 |
commit | 66c1dd5fa4bd8cfaa94b83c62783ec98c7a48d93 (patch) | |
tree | ab40b53b929585ee1876373cebfc93116393e372 /tests/Makefile.am | |
parent | c17952163c98f4d411b6f42aaca4293476405999 (diff) | |
download | gsoc2013-evolution-66c1dd5fa4bd8cfaa94b83c62783ec98c7a48d93.tar.gz gsoc2013-evolution-66c1dd5fa4bd8cfaa94b83c62783ec98c7a48d93.tar.zst gsoc2013-evolution-66c1dd5fa4bd8cfaa94b83c62783ec98c7a48d93.zip |
changed names to follow camel style.
1999-09-06 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/md5-utils.h:
* camel/md5-utils.c:
changed names to follow camel style.
`
svn path=/trunk/; revision=1184
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 77f5b37090..94657fef63 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,4 +23,5 @@ noinst_PROGRAMS = \ test2 \ test3 \ test4 \ - test7 + test7 \ + test8 |