diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-07 02:55:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-07 02:55:45 +0800 |
commit | c1aac7c40cf831bfcc8c15fe2881666395754ae1 (patch) | |
tree | 084cd0e2beb4be27657aa9a55c83dc2359ccc669 /camel/providers/imap/Makefile.am | |
parent | ae33d3f67e77c5182dec21c388605b4a4ae48e51 (diff) | |
download | gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.gz gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.zst gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.zip |
worked on getting providers/imap/* to build cleanly, fixed a number of stupid errors and things like that
am commit'ing code since there are some volunteers that would like to work on imap
svn path=/trunk/; revision=3440
Diffstat (limited to 'camel/providers/imap/Makefile.am')
-rw-r--r-- | camel/providers/imap/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am index 00cad46ec2..2243841bd9 100644 --- a/camel/providers/imap/Makefile.am +++ b/camel/providers/imap/Makefile.am @@ -39,3 +39,7 @@ libcamelimap_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libi EXTRA_DIST = libcamelimap.urls + + + + |