From 2ead28363add402fc9ebdd9bf46f698b8cf6b616 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 12 May 2008 05:10:08 -0400 Subject: Most things are building, but not the Python code --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') 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)]) -- cgit v1.2.3