diff --git a/src/app-utils/test/Makefile.am b/src/app-utils/test/Makefile.am index c8e10ff29d..52baf4ac5e 100644 --- a/src/app-utils/test/Makefile.am +++ b/src/app-utils/test/Makefile.am @@ -22,7 +22,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \ --guile-load-dir ${top_builddir}/src/engine \ --guile-load-dir ${top_builddir}/src/scm \ --guile-load-dir ${top_builddir}/src/app-utils \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/backend/dbi/test/Makefile.am b/src/backend/dbi/test/Makefile.am index 8d8e794fb8..a4adeaccb9 100644 --- a/src/backend/dbi/test/Makefile.am +++ b/src/backend/dbi/test/Makefile.am @@ -25,7 +25,7 @@ TESTS = \ GNC_TEST_DEPS = \ --gnc-module-dir ${top_builddir}/src/engine \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine @@ -77,3 +77,8 @@ AM_CFLAGS = \ ${GCONF_CFLAGS} INCLUDES = -DG_LOG_DOMAIN=\"gnc.backend.dbi\" + +# If you let make run parallel builds it complains that there is no rule to make +# libgncmod-test-dbi.la. This is wrong, but I can't figure out how to fix it +# so I'll turn off parallel builds +.NOTPARALLEL: diff --git a/src/backend/sql/test/Makefile.am b/src/backend/sql/test/Makefile.am index c6d1c417d4..e10f627d72 100644 --- a/src/backend/sql/test/Makefile.am +++ b/src/backend/sql/test/Makefile.am @@ -9,7 +9,7 @@ TESTS = \ GNC_TEST_DEPS = \ --gnc-module-dir ${top_builddir}/src/engine \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/backend/xml/test/Makefile.am b/src/backend/xml/test/Makefile.am index 0ddbcd63f7..85c5f75da9 100644 --- a/src/backend/xml/test/Makefile.am +++ b/src/backend/xml/test/Makefile.am @@ -183,7 +183,7 @@ TESTS = \ GNC_TEST_DEPS = \ --gnc-module-dir ${top_builddir}/src/engine \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/business/business-core/test/Makefile.am b/src/business/business-core/test/Makefile.am index 4a78ad05a2..9495d134d4 100644 --- a/src/business/business-core/test/Makefile.am +++ b/src/business/business-core/test/Makefile.am @@ -33,7 +33,7 @@ GNC_TEST_DEPS = \ --guile-load-dir ${top_builddir}/src/gnc-module \ --guile-load-dir ${top_builddir}/src/engine \ --guile-load-dir ${top_builddir}/src/business/business-core \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/core-utils/test/Makefile.am b/src/core-utils/test/Makefile.am index 57283e578e..7b3c131245 100644 --- a/src/core-utils/test/Makefile.am +++ b/src/core-utils/test/Makefile.am @@ -22,7 +22,7 @@ TESTS = \ test-resolve-file-path GNC_TEST_DEPS = \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils TESTS_ENVIRONMENT = \ diff --git a/src/engine/test/Makefile.am b/src/engine/test/Makefile.am index afc4dfac70..0682759d93 100644 --- a/src/engine/test/Makefile.am +++ b/src/engine/test/Makefile.am @@ -50,7 +50,7 @@ GNC_TEST_DEPS = \ --gnc-module-dir ${top_builddir}/src/engine \ --guile-load-dir ${top_builddir}/src/gnc-module \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine diff --git a/src/gnc-module/test/Makefile.am b/src/gnc-module/test/Makefile.am index 527044d6c8..204c1092e5 100644 --- a/src/gnc-module/test/Makefile.am +++ b/src/gnc-module/test/Makefile.am @@ -32,6 +32,7 @@ GNC_TEST_DEPS = \ --guile-load-dir ${top_srcdir}/src/gnc-module/test/mod-foo \ --guile-load-dir ${top_srcdir}/src/gnc-module/test/mod-baz \ --guile-load-dir ${top_srcdir}/src/gnc-module/test/mod-bar \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/gnc-module/test/mod-foo \ diff --git a/src/gnome-utils/test/Makefile.am b/src/gnome-utils/test/Makefile.am index 579f316f50..04f733b829 100644 --- a/src/gnome-utils/test/Makefile.am +++ b/src/gnome-utils/test/Makefile.am @@ -12,7 +12,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \ --gnc-module-dir ${top_builddir}/src/gnome-utils \ --guile-load-dir ${top_builddir}/src/gnc-module \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/import-export/test/Makefile.am b/src/import-export/test/Makefile.am index f33b349ae0..f9be39530d 100644 --- a/src/import-export/test/Makefile.am +++ b/src/import-export/test/Makefile.am @@ -25,7 +25,7 @@ TESTS = \ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \ --gnc-module-dir ${top_builddir}/src/import-export \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/report/locale-specific/us/test/Makefile.am b/src/report/locale-specific/us/test/Makefile.am index 19a9b87ad6..31562482af 100644 --- a/src/report/locale-specific/us/test/Makefile.am +++ b/src/report/locale-specific/us/test/Makefile.am @@ -7,7 +7,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \ --guile-load-dir ${top_builddir}/src/gnc-module \ --guile-load-dir ${top_builddir}/src/engine \ --guile-load-dir ${top_builddir}/src/tax/us \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/report/report-gnome/test/Makefile.am b/src/report/report-gnome/test/Makefile.am index 63d92f5825..5884ccda43 100644 --- a/src/report/report-gnome/test/Makefile.am +++ b/src/report/report-gnome/test/Makefile.am @@ -7,7 +7,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \ --gnc-module-dir ${top_builddir}/src/report/report-gnome \ --guile-load-dir ${top_builddir}/src/gnc-module \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/report/report-system/test/Makefile.am b/src/report/report-system/test/Makefile.am index a900d2a94a..f695e70391 100644 --- a/src/report/report-system/test/Makefile.am +++ b/src/report/report-system/test/Makefile.am @@ -6,7 +6,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \ --gnc-module-dir ${top_builddir}/src/report/report-system \ --guile-load-dir ${top_builddir}/src/gnc-module \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/report/standard-reports/test/Makefile.am b/src/report/standard-reports/test/Makefile.am index 8836c551da..ea129215b1 100644 --- a/src/report/standard-reports/test/Makefile.am +++ b/src/report/standard-reports/test/Makefile.am @@ -5,7 +5,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \ --gnc-module-dir ${top_builddir}/src/report/standard-reports \ --guile-load-dir ${top_builddir}/src/gnc-module \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/report/stylesheets/test/Makefile.am b/src/report/stylesheets/test/Makefile.am index aeec3e67f2..cafc8558f0 100644 --- a/src/report/stylesheets/test/Makefile.am +++ b/src/report/stylesheets/test/Makefile.am @@ -5,7 +5,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \ --gnc-module-dir ${top_builddir}/src/report/stylesheets \ --guile-load-dir ${top_builddir}/src/gnc-module \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \ diff --git a/src/report/utility-reports/test/Makefile.am b/src/report/utility-reports/test/Makefile.am index bc26f40658..da26828c50 100644 --- a/src/report/utility-reports/test/Makefile.am +++ b/src/report/utility-reports/test/Makefile.am @@ -5,7 +5,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \ --gnc-module-dir ${top_builddir}/src/report/utility-reports \ --guile-load-dir ${top_builddir}/src/gnc-module \ --guile-load-dir ${top_builddir}/src/engine \ - --library-dir ${top_builddir}/lib/libqof/qof \ + --library-dir ${top_builddir}/src/libqof/qof \ --library-dir ${top_builddir}/src/core-utils \ --library-dir ${top_builddir}/src/gnc-module \ --library-dir ${top_builddir}/src/engine \