From: wilcoxjg <wilcoxjg@gmail.com>
Date: Thu, 9 Aug 2007 03:41:26 +0000 (-0700)
Subject: changed MakeFile to install simplejson
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/about.html?a=commitdiff_plain;h=4490d0b723b2c836e9bf4627ac19509427c88ac8;p=tahoe-lafs%2Ftahoe-lafs.git

changed MakeFile to install simplejson
---

diff --git a/Makefile b/Makefile
index 2075341e..80380007 100644
--- a/Makefile
+++ b/Makefile
@@ -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