From 3c6a4662195fe27eef0220f7e9721e6ab431107c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 8 Aug 2008 21:48:00 -0400 Subject: 'make distcheck' now works with Python support enabled. --- python/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python') diff --git a/python/setup.py b/python/setup.py index 347b1e6f..26e74cf0 100755 --- a/python/setup.py +++ b/python/setup.py @@ -14,6 +14,5 @@ setup(name = "Ledger", author_email = "johnw@newartisans.com", url = "http://www.newartisans.com/software/ledger.html", ext_modules = [ - Extension("ledger", - [os.path.join(os.environ['SRCDIR'], "python/pyledger.cc")], + Extension("ledger", ['python/pyledger.cc'], define_macros = defines, libraries = libs)]) -- cgit v1.2.3