From 082614a0869cde22d94fce525c5639f5e2f49700 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 26 Jan 2009 14:13:10 -0400 Subject: Pass $(srcdir) down to python/setup.py, so it can find pyledger.cc. --- 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 26e74cf0..e040f51d 100755 --- a/python/setup.py +++ b/python/setup.py @@ -14,5 +14,5 @@ setup(name = "Ledger", author_email = "johnw@newartisans.com", url = "http://www.newartisans.com/software/ledger.html", ext_modules = [ - Extension("ledger", ['python/pyledger.cc'], + Extension("ledger", [os.environ["SRCDIR"] + '/python/pyledger.cc'], define_macros = defines, libraries = libs)]) -- cgit v1.2.3