Let the libgncmod-test-engine be built by the noinst target instead of check target.

This is needed to compile the backend/sql test target, which requires
this library to be built even if this isn't the "check" target.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21826 57a11ea4-9604-0410-9ed3-97b8803252fd
pull/1/head
Christian Stimming 15 years ago
parent d861f81c26
commit 7075a77fc0

@ -1,4 +1,4 @@
check_LTLIBRARIES=libgncmod-test-engine.la
noinst_LTLIBRARIES=libgncmod-test-engine.la
LDADD = \
${top_builddir}/src/gnc-module/libgnc-module.la \

Loading…
Cancel
Save