From 9cf80f82245d6ddd54bac48a5e4c3787c6810907 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 2 Oct 2010 20:00:44 +0000 Subject: [PATCH] So far only the mbox account plug-in is worth installing --- src/account/Makefile | 12 ------------ src/account/project.conf | 4 ---- 2 files changed, 16 deletions(-) diff --git a/src/account/Makefile b/src/account/Makefile index 494dad5..335b472 100644 --- a/src/account/Makefile +++ b/src/account/Makefile @@ -77,20 +77,8 @@ distclean: clean install: all $(MKDIR) $(DESTDIR)$(LIBDIR)/Mailer/account $(INSTALL) -m 0644 -- mbox.so $(DESTDIR)$(LIBDIR)/Mailer/account/mbox.so - $(MKDIR) $(DESTDIR)$(LIBDIR)/Mailer/account - $(INSTALL) -m 0644 -- pop3.so $(DESTDIR)$(LIBDIR)/Mailer/account/pop3.so - $(MKDIR) $(DESTDIR)$(LIBDIR)/Mailer/account - $(INSTALL) -m 0644 -- imap4.so $(DESTDIR)$(LIBDIR)/Mailer/account/imap4.so - $(MKDIR) $(DESTDIR)$(LIBDIR)/Mailer/account - $(INSTALL) -m 0644 -- nntp.so $(DESTDIR)$(LIBDIR)/Mailer/account/nntp.so - $(MKDIR) $(DESTDIR)$(LIBDIR)/Mailer/account - $(INSTALL) -m 0644 -- rss.so $(DESTDIR)$(LIBDIR)/Mailer/account/rss.so uninstall: $(RM) -- $(DESTDIR)$(LIBDIR)/Mailer/account/mbox.so - $(RM) -- $(DESTDIR)$(LIBDIR)/Mailer/account/pop3.so - $(RM) -- $(DESTDIR)$(LIBDIR)/Mailer/account/imap4.so - $(RM) -- $(DESTDIR)$(LIBDIR)/Mailer/account/nntp.so - $(RM) -- $(DESTDIR)$(LIBDIR)/Mailer/account/rss.so .PHONY: all clean distclean install uninstall diff --git a/src/account/project.conf b/src/account/project.conf index 4badf3c..67f02dc 100644 --- a/src/account/project.conf +++ b/src/account/project.conf @@ -15,7 +15,6 @@ depends=account.h [pop3] type=plugin sources=pop3.c -install=$(LIBDIR)/Mailer/account [pop3.c] depends=account.h @@ -23,7 +22,6 @@ depends=account.h [imap4] type=plugin sources=imap4.c -install=$(LIBDIR)/Mailer/account [imap4.c] depends=account.h @@ -31,7 +29,6 @@ depends=account.h [nntp] type=plugin sources=nntp.c -install=$(LIBDIR)/Mailer/account [nntp.c] depends=account.h @@ -39,7 +36,6 @@ depends=account.h [rss] type=plugin sources=rss.c -install=$(LIBDIR)/Mailer/account [rss.c] depends=account.h