summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-09 09:47:18 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:55 -0400
commit193a801c03f27d5888d6e7347c18fbc925b72f1d (patch)
treee509fdc72bcfb4d8f72290a2081a0568d7924fbc /acprep
parentbbffd8632e2f70fd76533d02f338d1f3b618ca63 (diff)
downloadfork-ledger-193a801c03f27d5888d6e7347c18fbc925b72f1d.tar.gz
fork-ledger-193a801c03f27d5888d6e7347c18fbc925b72f1d.tar.bz2
fork-ledger-193a801c03f27d5888d6e7347c18fbc925b72f1d.zip
Added preliminary support for OFX, using libofx. Needs much
real-world testing.
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index 8a7d0e62..4076ee12 100755
--- a/acprep
+++ b/acprep
@@ -12,6 +12,7 @@ fi
autoconf
INCDIRS="-I/sw/include -I/usr/include/httpd/xml -I/sw/include/python2.3"
+INCDIRS="$INCDIRS -I/sw/include/libofx"
INCDIRS="$INCDIRS -Wno-long-double"
LIBDIRS="-L/sw/lib -L/sw/lib/python2.3/config"