diff options
author | John Wiegley <johnw@newartisans.com> | 2008-05-12 05:10:08 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-05-12 05:10:08 -0400 |
commit | 2ead28363add402fc9ebdd9bf46f698b8cf6b616 (patch) | |
tree | 3255433276a601e0b7569e6d3574738e23edf42c /setup.py | |
parent | 6f345c65787b44fe03ce53baaa97933ddc86dd3a (diff) | |
download | ledger-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-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)]) |