From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 5 Sep 2013 18:12:43 +0000 (+0100)
Subject: Fri Oct  7 04:29:58 BST 2011  david-sarah@jacaranda.org
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/flags/module-simplejson.encoder.html?a=commitdiff_plain;h=078653ed988b14a5b8b2e08dcd616443497c6302;p=tahoe-lafs%2Ftahoe-lafs.git

Fri Oct  7 04:29:58 BST 2011  david-sarah@jacaranda.org
  * Makefile: include misc/ directories other than misc/build_helpers in SOURCES. refs #1557
---

diff --git a/Makefile b/Makefile
index da4392e0..38bb6479 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ export PYTHON
 # itself. It will also create it in the beginning of the 'develop' command.
 
 TAHOE=$(PYTHON) bin/tahoe
-SOURCES=src/allmydata src/buildtest static misc/build_helpers bin/tahoe-script.template twisted setup.py
+SOURCES=src/allmydata src/buildtest static misc bin/tahoe-script.template twisted setup.py
 
 .PHONY: make-version build