]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: include misc/ directories other than misc/build_helpers in SOURCES. refs...
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 7 Oct 2011 03:29:58 +0000 (03:29 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 7 Oct 2011 03:29:58 +0000 (03:29 +0000)
Makefile

index ac08c2571d282f7ee30d4999fcdff53c7cb40740..f1fd3a9b7f57f0ed45f41d93aeb4ff62f8ec7ee7 100644 (file)
--- 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