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.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21303 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Alexander 2011-09-22 21:06:51 +00:00
parent 8d51acd247
commit 35ae5e34a8

View File

@ -7,11 +7,9 @@ TESTS = \
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 \