diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 02:49:48 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 02:49:48 -0400 |
commit | ec1518d538d51f2042f87877b09d47c242028b01 (patch) | |
tree | c8aa4ffea087c154eef9a11e152cf7ef38733a4b /acprep | |
parent | 6ca843dd6e3ca4c7bf39249dddd758b1a5d8a6d4 (diff) | |
download | fork-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-x | acprep | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |