]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: prepend src/ to the PYTHONPATH
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 14 Sep 2007 02:43:15 +0000 (19:43 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 14 Sep 2007 02:43:15 +0000 (19:43 -0700)
Makefile

index ecbe795821ebf2cb326e1bef675b405aa9a1113f..93c1e6473a0615f49a8658cbe969afeb574765a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
 show-eggspath:
        @echo $(EGGSPATH)
 
-PP=PYTHONPATH="$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)"
+PP=PYTHONPATH="src$(PATHSEP)$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)"
 
 .PHONY: make-version build
 make-version: