From 0f7708bcc65a9bc9a2d8a8531908825ff32bfca5 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 6 Jul 2007 00:59:36 +0000 Subject: [PATCH] change dir --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af1a1fc23..c30871baf 100644 --- a/setup.py +++ b/setup.py @@ -168,7 +168,7 @@ def fetchCpp(): yield os.path.join(root,file) sources=list(fetchCpp()) -sources.append(os.path.join('deluge','deluge_core.cpp')) +sources.append(os.path.join('src','deluge_core.cpp')) if not OS == "win": sources.remove('libtorrent/src/file_win.cpp')