gnucash maint: Fix import-export compile on windows

Geert Janssens gjanssens at code.gnucash.org
Mon Jul 3 12:11:13 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/7ba5a846 (commit)
	from  https://github.com/Gnucash/gnucash/commit/319375fd (commit)



commit 7ba5a84609c989043536a56ce9cd4c9a16607acb
Author: Kuang-che Wu <kcwu at csie.org>
Date:   Mon Jun 26 02:02:34 2017 +0800

    Fix import-export compile on windows

diff --git a/src/import-export/test/Makefile.am b/src/import-export/test/Makefile.am
index 7bfe20d..024b3a2 100644
--- a/src/import-export/test/Makefile.am
+++ b/src/import-export/test/Makefile.am
@@ -68,8 +68,8 @@ test_import_pending_matches_LDADD = \
   ${top_builddir}/src/libqof/qof/libgnc-qof.la \
   ${top_builddir}/src/engine/libgncmod-engine.la \
   ../libgncmod-generic-import.la \
-  ${top_builddir}/src/test-core/libtest-core.la \
   ${top_builddir}/src/engine/test-core/libgncmod-test-engine.la \
+  ${top_builddir}/src/test-core/libtest-core.la \
   ${GLIB_LIBS}
 
 test_import_pending_matches_CFLAGS = $(AM_CPPFLAGS)



Summary of changes:
 src/import-export/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list