Makefile: include misc/ directories other than misc/build_helpers in SOURCES. refs #1557

This commit is contained in:
david-sarah 2011-10-07 03:29:58 +00:00
parent 1bbdec2a20
commit 0d0bbbbe0a

View File

@ -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