From: david-sarah Date: Fri, 7 Oct 2011 03:29:58 +0000 (+0000) Subject: Makefile: include misc/ directories other than misc/build_helpers in SOURCES. refs... X-Git-Url: https://git.rkrishnan.org/somewhere?a=commitdiff_plain;h=0d0bbbbe0a4a81089990002c24e095b24bf569de;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: include misc/ directories other than misc/build_helpers in SOURCES. refs #1557 --- diff --git a/Makefile b/Makefile index ac08c257..f1fd3a9b 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