Win32: use proper cpp and ld include parameters

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21802 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens
2011-12-30 17:27:12 +00:00
parent 17562f903c
commit 13796ee99f

View File

@@ -1150,8 +1150,8 @@ function inst_libxslt() {
--prefix=${_LIBXSLT_UDIR} \
--with-python=no \
--with-libxml-prefix=${_GNOME_UDIR} \
CPPFLAGS="-I${_GNOME_UDIR}/include ${GNUTLS_CPPFLAGS}" \
LDFLAGS="-L${_GNOME_UDIR}/lib ${GNUTLS_LDFLAGS}"
CPPFLAGS="${GNOME_CPPFLAGS} ${GNUTLS_CPPFLAGS}" \
LDFLAGS="${GNOME_LDFLAGS} ${GNUTLS_LDFLAGS}"
make
make install
qpopd