r21303 - gnucash/trunk/src/app-utils/test - Don't include core-utils/gnc-gconf-utils.c in the source file list.

Mike Alexander mta at code.gnucash.org
Thu Sep 22 17:06:51 EDT 2011


Author: mta
Date: 2011-09-22 17:06:51 -0400 (Thu, 22 Sep 2011)
New Revision: 21303
Trac: http://svn.gnucash.org/trac/changeset/21303

Modified:
   gnucash/trunk/src/app-utils/test/Makefile.am
Log:
Don't include core-utils/gnc-gconf-utils.c in the source file list.
It's already part of one of the libraries the tests are linked with.

Modified: gnucash/trunk/src/app-utils/test/Makefile.am
===================================================================
--- gnucash/trunk/src/app-utils/test/Makefile.am	2011-09-22 21:04:51 UTC (rev 21302)
+++ gnucash/trunk/src/app-utils/test/Makefile.am	2011-09-22 21:06:51 UTC (rev 21303)
@@ -7,11 +7,9 @@
   test-sx
 
 test_exp_parser_SOURCES = \
-  ${top_builddir}/src/core-utils/gnc-gconf-utils.c \
   test-exp-parser.c
 
 test_print_parse_amount_SOURCES = \
-  ${top_builddir}/src/core-utils/gnc-gconf-utils.c \
   test-print-parse-amount.c
 
 GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \



More information about the gnucash-changes mailing list