summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-08 02:49:48 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-08 02:49:48 -0400
commitec1518d538d51f2042f87877b09d47c242028b01 (patch)
treec8aa4ffea087c154eef9a11e152cf7ef38733a4b /acprep
parent6ca843dd6e3ca4c7bf39249dddd758b1a5d8a6d4 (diff)
downloadfork-ledger-ec1518d538d51f2042f87877b09d47c242028b01.tar.gz
fork-ledger-ec1518d538d51f2042f87877b09d47c242028b01.tar.bz2
fork-ledger-ec1518d538d51f2042f87877b09d47c242028b01.zip
Add the OFX include directory to acprep.
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index 0d8ed00e..e218c614 100755
--- a/acprep
+++ b/acprep
@@ -26,6 +26,7 @@ else
fi
INCDIRS="-I/opt/local/include -I/usr/local/include -I/usr/include/httpd/xml"
+INCDIRS="$INCDIRS -I/opt/local/include/libofx"
INCDIRS="$INCDIRS -I/usr/include/python2.5"
LIBDIRS="-L/opt/local/lib -L/usr/local/lib"