Win32: Move definition of AQBANKING_PATH into make_install() as it is needed there.

Patch from Daniel Harding.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17121 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2008-04-21 20:59:59 +00:00
parent 7a3dc4ac7c
commit cf5dcab629

View File

@ -951,10 +951,8 @@ function inst_gnucash() {
mkdir -p $_BUILD_UDIR
add_to_env $_INSTALL_UDIR/bin PATH
# When aqbanking is enabled, uncomment this:
AQBANKING_OPTIONS="--enable-hbci --with-aqbanking-dir=${_AQBANKING_UDIR}"
AQBANKING_UPATH="${_OPENSSL_UDIR}/bin:${_GWENHYWFAR_UDIR}/bin:${_AQBANKING_UDIR}/bin"
AQBANKING_PATH="${OPENSSL_DIR}\\bin;${GWENHYWFAR_DIR}\\bin;${AQBANKING_DIR}\\bin"
LIBOFX_OPTIONS="--enable-ofx --with-ofx-prefix=${_LIBOFX_UDIR}"
qpushd $REPOS_DIR
@ -1003,6 +1001,8 @@ function inst_gnucash() {
}
function make_install() {
AQBANKING_PATH="${OPENSSL_DIR}\\bin;${GWENHYWFAR_DIR}\\bin;${AQBANKING_DIR}\\bin"
make install
qpushd $_INSTALL_UDIR/lib