]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: remove 'twisted' from SOURCES
authorBrian Warner <warner@lothar.com>
Tue, 9 Sep 2014 17:31:05 +0000 (10:31 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 9 Sep 2014 17:31:05 +0000 (10:31 -0700)
Makefile

index e2ade5d4c7101cc7c8c84170eaaa7b142f6e65da..94a87556eb3b5b05f9fc0fcda645adf14d03187f 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 bin/tahoe-script.template twisted setup.py
+SOURCES=src/allmydata src/buildtest static misc bin/tahoe-script.template setup.py
 
 # This is necessary only if you want to automatically produce a new
 # _version.py file from the current git/darcs history (without doing a build).