summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-05-12 05:10:08 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-05-12 05:10:08 -0400
commit2ead28363add402fc9ebdd9bf46f698b8cf6b616 (patch)
tree3255433276a601e0b7569e6d3574738e23edf42c /setup.py
parent6f345c65787b44fe03ce53baaa97933ddc86dd3a (diff)
downloadledger-2ead28363add402fc9ebdd9bf46f698b8cf6b616.tar.gz
ledger-2ead28363add402fc9ebdd9bf46f698b8cf6b616.tar.bz2
ledger-2ead28363add402fc9ebdd9bf46f698b8cf6b616.zip
Most things are building, but not the Python code
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b8137e4e..4413a88d 100755
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,5 @@ setup(name = "Ledger",
url = "http://www.newartisans.com/software/ledger.html",
ext_modules = [
Extension("ledger",
- [os.path.join(os.environ['SRCDIR'],
- "src", "python", "pyledger.cc")],
+ [os.path.join(os.environ['SRCDIR'], "pyledger.cc")],
define_macros = defines, libraries = libs)])