summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/setup.py b/python/setup.py
index 347b1e6f..26e74cf0 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -14,6 +14,5 @@ setup(name = "Ledger",
author_email = "johnw@newartisans.com",
url = "http://www.newartisans.com/software/ledger.html",
ext_modules = [
- Extension("ledger",
- [os.path.join(os.environ['SRCDIR'], "python/pyledger.cc")],
+ Extension("ledger", ['python/pyledger.cc'],
define_macros = defines, libraries = libs)])