mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
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:
parent
b5911ecf2e
commit
29d9be3aa9
@ -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'
|
||||
|
@ -25,29 +25,29 @@ src/app-utils/guile-util.c
|
||||
src/app-utils/option-util.c
|
||||
src/backend/dbi/gnc-backend-dbi.c
|
||||
src/backend/dbi/gncmod-backend-dbi.c
|
||||
src/backend/file/gnc-account-xml-v2.c
|
||||
src/backend/file/gnc-backend-file.c
|
||||
src/backend/file/gnc-book-xml-v2.c
|
||||
src/backend/file/gnc-budget-xml-v2.c
|
||||
src/backend/file/gnc-commodity-xml-v2.c
|
||||
src/backend/file/gnc-freqspec-xml-v2.c
|
||||
src/backend/file/gnc-lot-xml-v2.c
|
||||
src/backend/file/gncmod-backend-xml.c
|
||||
src/backend/file/gnc-pricedb-xml-v2.c
|
||||
src/backend/file/gnc-recurrence-xml-v2.c
|
||||
src/backend/file/gnc-schedxaction-xml-v2.c
|
||||
src/backend/file/gnc-transaction-xml-v2.c
|
||||
src/backend/file/io-example-account.c
|
||||
src/backend/file/io-gncxml-gen.c
|
||||
src/backend/file/io-gncxml-v1.c
|
||||
src/backend/file/io-gncxml-v2.c
|
||||
src/backend/file/io-utils.c
|
||||
src/backend/file/sixtp.c
|
||||
src/backend/file/sixtp-dom-generators.c
|
||||
src/backend/file/sixtp-dom-parsers.c
|
||||
src/backend/file/sixtp-stack.c
|
||||
src/backend/file/sixtp-to-dom-parser.c
|
||||
src/backend/file/sixtp-utils.c
|
||||
src/backend/xml/gnc-account-xml-v2.c
|
||||
src/backend/xml/gnc-backend-file.c
|
||||
src/backend/xml/gnc-book-xml-v2.c
|
||||
src/backend/xml/gnc-budget-xml-v2.c
|
||||
src/backend/xml/gnc-commodity-xml-v2.c
|
||||
src/backend/xml/gnc-freqspec-xml-v2.c
|
||||
src/backend/xml/gnc-lot-xml-v2.c
|
||||
src/backend/xml/gncmod-backend-xml.c
|
||||
src/backend/xml/gnc-pricedb-xml-v2.c
|
||||
src/backend/xml/gnc-recurrence-xml-v2.c
|
||||
src/backend/xml/gnc-schedxaction-xml-v2.c
|
||||
src/backend/xml/gnc-transaction-xml-v2.c
|
||||
src/backend/xml/io-example-account.c
|
||||
src/backend/xml/io-gncxml-gen.c
|
||||
src/backend/xml/io-gncxml-v1.c
|
||||
src/backend/xml/io-gncxml-v2.c
|
||||
src/backend/xml/io-utils.c
|
||||
src/backend/xml/sixtp.c
|
||||
src/backend/xml/sixtp-dom-generators.c
|
||||
src/backend/xml/sixtp-dom-parsers.c
|
||||
src/backend/xml/sixtp-stack.c
|
||||
src/backend/xml/sixtp-to-dom-parser.c
|
||||
src/backend/xml/sixtp-utils.c
|
||||
src/backend/postgres/account.c
|
||||
src/backend/postgres/book.c
|
||||
src/backend/postgres/builder.c
|
||||
@ -75,19 +75,19 @@ src/backend/sql/gnc-schedxaction-sql.c
|
||||
src/backend/sql/gnc-slots-sql.c
|
||||
src/backend/sql/gnc-transaction-sql.c
|
||||
src/bin/gnucash-bin.c
|
||||
src/business/business-core/file/gnc-address-xml-v2.c
|
||||
src/business/business-core/file/gnc-bill-term-xml-v2.c
|
||||
src/business/business-core/file/gnc-customer-xml-v2.c
|
||||
src/business/business-core/file/gnc-employee-xml-v2.c
|
||||
src/business/business-core/file/gnc-entry-xml-v2.c
|
||||
src/business/business-core/file/gnc-invoice-xml-v2.c
|
||||
src/business/business-core/file/gnc-job-xml-v2.c
|
||||
src/business/business-core/file/gncmod-business-backend-file.c
|
||||
src/business/business-core/file/gncmod-business-backend-xml.c
|
||||
src/business/business-core/file/gnc-order-xml-v2.c
|
||||
src/business/business-core/file/gnc-owner-xml-v2.c
|
||||
src/business/business-core/file/gnc-tax-table-xml-v2.c
|
||||
src/business/business-core/file/gnc-vendor-xml-v2.c
|
||||
src/business/business-core/xml/gnc-address-xml-v2.c
|
||||
src/business/business-core/xml/gnc-bill-term-xml-v2.c
|
||||
src/business/business-core/xml/gnc-customer-xml-v2.c
|
||||
src/business/business-core/xml/gnc-employee-xml-v2.c
|
||||
src/business/business-core/xml/gnc-entry-xml-v2.c
|
||||
src/business/business-core/xml/gnc-invoice-xml-v2.c
|
||||
src/business/business-core/xml/gnc-job-xml-v2.c
|
||||
src/business/business-core/xml/gncmod-business-backend-file.c
|
||||
src/business/business-core/xml/gncmod-business-backend-xml.c
|
||||
src/business/business-core/xml/gnc-order-xml-v2.c
|
||||
src/business/business-core/xml/gnc-owner-xml-v2.c
|
||||
src/business/business-core/xml/gnc-tax-table-xml-v2.c
|
||||
src/business/business-core/xml/gnc-vendor-xml-v2.c
|
||||
src/business/business-core/gncAddress.c
|
||||
src/business/business-core/gncBillTerm.c
|
||||
src/business/business-core/gncBusGuile.c
|
||||
@ -500,7 +500,7 @@ src/report/stylesheets/gncmod-stylesheets.c
|
||||
src/report/stylesheets/gnc-plugin-stylesheets.c
|
||||
src/report/utility-reports/gncmod-utility-reports.c
|
||||
src/tax/us/gncmod-tax-us.c
|
||||
lib/libqof/backend/file/qsf-backend.c
|
||||
lib/libqof/qof/gnc-date.c
|
||||
src/libqof/backend/file/qsf-backend.c
|
||||
src/libqof/qof/gnc-date.c
|
||||
intl-scm/guile-strings.c
|
||||
doc/tip_of_the_day.list.in
|
||||
|
@ -553,7 +553,7 @@ WARN_LOGFILE = doxygen.log
|
||||
# with spaces.
|
||||
|
||||
INPUT = @-top_srcdir-@/src \
|
||||
@-top_srcdir-@/lib/libqof/
|
||||
@-top_srcdir-@/src/libqof/
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||
|
Loading…
Reference in New Issue
Block a user