Fix move from lib/libqof -> src/libqof

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18032 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff
2009-04-09 12:29:46 +00:00
parent b5911ecf2e
commit 29d9be3aa9
3 changed files with 41 additions and 41 deletions

View File

@@ -604,8 +604,8 @@ else
fi
if test x$QOF_XML_DIR = x; then
QOF_LIB_DIR='${pkglibdir}'
QOF_CFLAGS='-I${top_builddir}/lib/libqof/qof -I${top_srcdir}/lib/libqof/qof'
QOF_LIBS='${top_builddir}/lib/libqof/qof/libgnc-qof.la'
QOF_CFLAGS='-I${top_builddir}/src/libqof/qof -I${top_srcdir}/src/libqof/qof'
QOF_LIBS='${top_builddir}/src/libqof/qof/libgnc-qof.la'
QOF_VERSION="internal"
QOF_PREFIX="internal"
QOF_XML_DIR='${pkgdatadir}/xml/qsf'