diff options
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r-- | camel/providers/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am deleted file mode 100644 index 22ea48195..000000000 --- a/camel/providers/Makefile.am +++ /dev/null @@ -1,16 +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 - -if ENABLE_IMAP4 -IMAP4_DIR=imap4 -endif - -SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local $(IMAPP_DIR) $(IMAP4_DIR) groupwise - |