Added OFX library support.

This commit is contained in:
John Wiegley 2005-02-15 03:31:35 +00:00
parent 6e5996e3d0
commit 7a48610f42

View file

@ -10,6 +10,10 @@ if os.environ.has_key ("HAVE_XMLPARSE") and\
os.environ["HAVE_XMLPARSE"] == "true":
libs.extend (["xmlparse", "xmltok"])
if os.environ.has_key ("HAVE_LIBOFX") and\
os.environ["HAVE_LIBOFX"] == "true":
libs.extend (["ofx"])
setup(name = "Ledger",
version = "2.0b",
description = "Ledger Accounting Tool",