* add new toy: procmule, a simple procmail wannabee (WIP)

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-23 17:57:45 +03:00
parent 6af9b47405
commit d2029c062f
4 changed files with 365 additions and 0 deletions

View File

@ -32,3 +32,12 @@ endif
if HAVE_GUILE
SUBDIRS += muile
endif
# for procmule, we need guile and gio
if HAVE_GUILE
if HAVE_GIO
SUBDIRS += procmule
endif
endif