From 0eda1ad2c6db874a6fed9c45851d4222250a2255 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 7 Aug 2008 02:53:10 -0400 Subject: The Python interface layer is building again. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index 4413a88d..347b1e6f 100755 --- a/python/setup.py +++ b/python/setup.py @@ -15,5 +15,5 @@ setup(name = "Ledger", url = "http://www.newartisans.com/software/ledger.html", ext_modules = [ Extension("ledger", - [os.path.join(os.environ['SRCDIR'], "pyledger.cc")], + [os.path.join(os.environ['SRCDIR'], "python/pyledger.cc")], define_macros = defines, libraries = libs)]) -- cgit v1.2.3