]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
changed MakeFile to install simplejson
authorwilcoxjg <wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:41:26 +0000 (20:41 -0700)
committerwilcoxjg <wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:41:26 +0000 (20:41 -0700)
Makefile

index 2075341e3c37c0c9b27ca82d7ce787444200db7a..803800072c9415d26b99eda47efc42b94d9c7028 100644 (file)
--- 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