So far only the mbox account plug-in is worth installing

This commit is contained in:
Pierre Pronchery 2010-10-02 20:00:44 +00:00
parent a6f6a76ea9
commit 9cf80f8224
2 changed files with 0 additions and 16 deletions

View File

@ -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

View File

@ -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