diff options
author | NotZed <NotZed@HelixCode.com> | 2000-04-22 01:39:06 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-04-22 01:39:06 +0800 |
commit | fa02e427520a3d30c5f3d65dc58690a969f25097 (patch) | |
tree | dc9f8ad6475ba3e85956a7237c594c529a14bfc6 /camel/providers/mbox/Makefile.am | |
parent | cdd0f20fd51013dfa8d5ef2d4e5f6fdaf95d33d6 (diff) | |
download | gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.gz gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.bz2 gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.lz gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.xz gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.zst gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.zip |
Removed.
2000-04-20 NotZed <NotZed@HelixCode.com>
* providers/mbox/camel-mbox-utils.[ch]: Removed.
* providers/mbox/camel-mbox-parser.[ch]: Removed. Removed
references to it.
svn path=/trunk/; revision=2547
Diffstat (limited to 'camel/providers/mbox/Makefile.am')
-rw-r--r-- | camel/providers/mbox/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am index 4dbe3ed93d..258c01a94e 100644 --- a/camel/providers/mbox/Makefile.am +++ b/camel/providers/mbox/Makefile.am @@ -21,20 +21,16 @@ INCLUDES = -I.. \ libcamelmbox_la_SOURCES = \ camel-mbox-folder.c \ - camel-mbox-parser.c \ camel-mbox-provider.c \ camel-mbox-store.c \ camel-mbox-search.c \ - camel-mbox-summary.c \ - camel-mbox-utils.c + camel-mbox-summary.c libcamelmboxinclude_HEADERS = \ camel-mbox-folder.h \ - camel-mbox-parser.h \ camel-mbox-store.h \ camel-mbox-search.h \ - camel-mbox-summary.h \ - camel-mbox-utils.h + camel-mbox-summary.h libcamelmbox_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) |