projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29ab6c6
)
changed MakeFile to install simplejson
author
wilcoxjg
<wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:41:26 +0000
(20:41 -0700)
committer
wilcoxjg
<wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:41:26 +0000
(20:41 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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