summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-08 21:48:00 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-09 07:56:41 -0400
commit3c6a4662195fe27eef0220f7e9721e6ab431107c (patch)
tree010a8c75f43fecbe8287c1307c7348aa5ec45603 /python
parent083f8b74b0d455741ed6571191803b8f89be4480 (diff)
downloadfork-ledger-3c6a4662195fe27eef0220f7e9721e6ab431107c.tar.gz
fork-ledger-3c6a4662195fe27eef0220f7e9721e6ab431107c.tar.bz2
fork-ledger-3c6a4662195fe27eef0220f7e9721e6ab431107c.zip
'make distcheck' now works with Python support enabled.
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)])