diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-31 18:52:34 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-31 18:52:34 -0400 |
commit | 9d267fa1331a570e2b4c978f0b35a107a47b51c1 (patch) | |
tree | ed8c5bc7d5b3b2024fb4fee80f4ec86332fb277f /src/ofx.cc | |
parent | 75daee6a5df8154ecd6011f93af746105529a13d (diff) | |
download | ledger-9d267fa1331a570e2b4c978f0b35a107a47b51c1.tar.gz ledger-9d267fa1331a570e2b4c978f0b35a107a47b51c1.tar.bz2 ledger-9d267fa1331a570e2b4c978f0b35a107a47b51c1.zip |
Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.
Diffstat (limited to 'src/ofx.cc')
-rw-r--r-- | src/ofx.cc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,8 @@ #include "account.h" #include "session.h" +#if defined(HAVE_LIBOFX) + #include <libofx.h> namespace ledger { @@ -261,3 +263,5 @@ std::size_t ofx_parser_t::parse(std::istream& in, } } // namespace ledger + +#endif HAVE_LIBOFX |