From 42428bb0c06ce444d2c4844700f18696fc8b37d3 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 11 Dec 2011 00:49:09 +0000 Subject: [PATCH] [Testing] Fix duplicate LDADD in report/report-gnome/test/Makefile.am git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21707 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/report/report-gnome/test/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/report/report-gnome/test/Makefile.am b/src/report/report-gnome/test/Makefile.am index 92c107f0cd..7f56a7db83 100644 --- a/src/report/report-gnome/test/Makefile.am +++ b/src/report/report-gnome/test/Makefile.am @@ -10,6 +10,9 @@ AM_CPPFLAGS = \ LDADD = \ ${top_builddir}/src/libqof/qof/libgnc-qof.la \ ${top_builddir}/src/gnc-module/libgnc-module.la \ + ${top_builddir}/src/report/report-gnome/libgncmod-report-gnome.la \ + $(top_builddir)/src/app-utils/libgncmod-app-utils.la \ + ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \ ${GLIB_LIBS} TESTS = \ @@ -52,11 +55,6 @@ TESTS_ENVIRONMENT = \ GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \ $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS}) -LDADD = \ - $(top_builddir)/src/libqof/qof/libgnc-qof.la \ - ${top_builddir}/src/report/report-gnome/libgncmod-report-gnome.la \ - $(top_builddir)/src/app-utils/libgncmod-app-utils.la \ - ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la check_PROGRAMS = test-link-module