From 7ba5a84609c989043536a56ce9cd4c9a16607acb Mon Sep 17 00:00:00 2001 From: Kuang-che Wu Date: Mon, 26 Jun 2017 02:02:34 +0800 Subject: [PATCH] Fix import-export compile on windows --- src/import-export/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import-export/test/Makefile.am b/src/import-export/test/Makefile.am index 7bfe20d0b5..024b3a2f65 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)