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')