Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19977
Modified Files:
Makefile
Log Message:
Add the IMAP client to the makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/popfile/engine/Makefile,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** Makefile 3 Dec 2007 09:18:35 -0000 1.45
--- Makefile 31 Mar 2008 09:38:03 -0000 1.46
***************
*** 113,117 ****
$(POPFILE_ZIP): core manual skins POPFile/popfile_version
! core: popfile.pl otto.gif bayes.pl pipe.pl insert.pl Classifier/*.pm POPFile/*.pm Proxy/*.pm Services/*.pm UI/*.pm v$(POPFILE_VERSION).change license stopwords favicon.ico $(POPFILE_VERSION_FILE) Classifier/popfile.sql popfile.pck
rm -f $(POPFILE_ZIP)
$(BUILD_ZIP)
--- 113,117 ----
$(POPFILE_ZIP): core manual skins POPFile/popfile_version
! core: popfile.pl otto.gif bayes.pl pipe.pl insert.pl Classifier/*.pm POPFile/*.pm Proxy/*.pm Services/*.pm Services/IMAP/*.pm UI/*.pm v$(POPFILE_VERSION).change license stopwords favicon.ico $(POPFILE_VERSION_FILE) Classifier/popfile.sql popfile.pck
rm -f $(POPFILE_ZIP)
$(BUILD_ZIP)
|