aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-12-09 09:57:09 +0800
committernobody <nobody@localhost>2003-12-09 09:57:09 +0800
commitbe41fed2853a0938a5aff4a1d04fcd47259c9952 (patch)
tree75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /camel/providers/Makefile.am
parent0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff)
downloadgsoc2013-evolution-RELEASE-2_5_2.tar.gz
gsoc2013-evolution-RELEASE-2_5_2.tar.zst
gsoc2013-evolution-RELEASE-2_5_2.zip
This commit was manufactured by cvs2svn to create tagRELEASE-2_5_2
'RELEASE-2_5_2'. svn path=/tags/RELEASE-2_5_2/; revision=23844
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r--camel/providers/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am
deleted file mode 100644
index 119966aacb..0000000000
--- a/camel/providers/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-if ENABLE_NNTP
-NNTP_DIR=nntp
-endif
-
-if ENABLE_IMAPP
-IMAPP_DIR=imapp
-endif
-
-SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local $(IMAPP_DIR)
-