diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-21 20:45:46 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:39:07 -0400 |
commit | ce4ed2b25cd4ead67a52cf42e05c7091aff9b3c7 (patch) | |
tree | 6c5f1667b5bfc908e903f1bc204c7f18d8bd419b /setup.py | |
parent | d23ed020abf494a046b499cdce1c0957cd5b4783 (diff) | |
download | fork-ledger-ce4ed2b25cd4ead67a52cf42e05c7091aff9b3c7.tar.gz fork-ledger-ce4ed2b25cd4ead67a52cf42e05c7091aff9b3c7.tar.bz2 fork-ledger-ce4ed2b25cd4ead67a52cf42e05c7091aff9b3c7.zip |
Getting things to compile again.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,5 +15,6 @@ setup(name = "Ledger", url = "http://johnwiegley.com/", ext_modules = [ Extension("ledger", - [os.path.join(os.environ['SRCDIR'], "src", "pyledger.cc")], + [os.path.join(os.environ['SRCDIR'], + "src", "python", "pyledger.cc")], define_macros = defines, libraries = libs)]) |