changed MakeFile to install simplejson

This commit is contained in:
wilcoxjg 2007-08-08 20:41:26 -07:00
parent 29ab6c6467
commit 4490d0b723

View File

@ -216,6 +216,7 @@ install:
cd src/zfec && python ./setup.py install && cd ../..
cd src/foolscap && python ./setup.py install && cd ../..
cd src/Crypto && python ./setup.py install && cd ../..
cd src/simplejson && python ./setup.py install && cd ../..
python ./setup.py install