r21826 - gnucash/trunk/src/engine/test-core - Let the libgncmod-test-engine be built by the noinst target instead of check target.

Christian Stimming cstim at code.gnucash.org
Sun Jan 8 15:08:55 EST 2012


Author: cstim
Date: 2012-01-08 15:08:54 -0500 (Sun, 08 Jan 2012)
New Revision: 21826
Trac: http://svn.gnucash.org/trac/changeset/21826

Modified:
   gnucash/trunk/src/engine/test-core/Makefile.am
Log:
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.

Modified: gnucash/trunk/src/engine/test-core/Makefile.am
===================================================================
--- gnucash/trunk/src/engine/test-core/Makefile.am	2012-01-07 00:53:54 UTC (rev 21825)
+++ gnucash/trunk/src/engine/test-core/Makefile.am	2012-01-08 20:08:54 UTC (rev 21826)
@@ -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 \



More information about the gnucash-changes mailing list