fixed Makefile to compile also the imap_mailbox directory (removed -l switch in the compileall cmd line).

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@52 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 20 years ago
parent 2e28833e88
commit 963e047b32

@ -28,7 +28,7 @@ clean:
rm -f ${TARBALL_PREFIX}*.tar.gz
compile:
python${PYTHON_VERSION} py_comp -l -q .
python${PYTHON_VERSION} py_comp -q .
install: all
install -d ${BASEDIR}/${LIB_INSTALLDIR}
@ -51,6 +51,8 @@ doccheck:
dist: all
tar -cvzf ${TARBALL} . --exclude=*.tar.gz \
--exclude=.svn \
--exclude=*~
--exclude=*~ \
--exclude=*.pyc

Loading…
Cancel
Save