diff options
author | JP Rosevear <jpr@helixcode.com> | 2001-01-05 03:40:10 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-05 03:40:10 +0800 |
commit | 356797dc2986dbb0843c1bf4d5a5b1db5224686e (patch) | |
tree | b8a9e795293bf0ba8fda8e1b82e19a351d14e5d5 /camel/tests/message/.cvsignore | |
parent | 5be1cc987ad889fc96fced3f939b1eebd0ca223d (diff) | |
download | gsoc2013-evolution-356797dc2986dbb0843c1bf4d5a5b1db5224686e.tar gsoc2013-evolution-356797dc2986dbb0843c1bf4d5a5b1db5224686e.tar.gz gsoc2013-evolution-356797dc2986dbb0843c1bf4d5a5b1db5224686e.tar.bz2 gsoc2013-evolution-356797dc2986dbb0843c1bf4d5a5b1db5224686e.tar.lz gsoc2013-evolution-356797dc2986dbb0843c1bf4d5a5b1db5224686e.tar.xz gsoc2013-evolution-356797dc2986dbb0843c1bf4d5a5b1db5224686e.tar.zst gsoc2013-evolution-356797dc2986dbb0843c1bf4d5a5b1db5224686e.zip |
fix includes for compilation
2001-01-04 JP Rosevear <jpr@helixcode.com>
* tests/lib/Makefile.am: fix includes for compilation
* tests/message/Makefile.am: Build test3 again
* tests/message/test2.c: Kill warnings with header includes
* tests/message/test3.c: ditto
* tests/lib/streams.c: ditto
* tests/lib/camel-test.c: ditto
* tests/lib/messages.c: ditto
* tests/lib/folders.c: ditto
svn path=/trunk/; revision=7253
Diffstat (limited to 'camel/tests/message/.cvsignore')
-rw-r--r-- | camel/tests/message/.cvsignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/camel/tests/message/.cvsignore b/camel/tests/message/.cvsignore index 521f6065df..36a26ac7ff 100644 --- a/camel/tests/message/.cvsignore +++ b/camel/tests/message/.cvsignore @@ -5,4 +5,7 @@ Makefile.in .deps *.lo *.la -temp-test +test1 +test2 +test3 +*.msg |