r21711 - gnucash/branches/2.4/src/report/report-gnome/test - [r217078][Testing] Fix duplicate LDADD in report/report-gnome/test/Makefile.am

John Ralls jralls at code.gnucash.org
Sun Dec 11 00:29:23 EST 2011


Author: jralls
Date: 2011-12-11 00:29:23 -0500 (Sun, 11 Dec 2011)
New Revision: 21711
Trac: http://svn.gnucash.org/trac/changeset/21711

Modified:
   gnucash/branches/2.4/src/report/report-gnome/test/Makefile.am
Log:
[r217078][Testing] Fix duplicate LDADD in report/report-gnome/test/Makefile.am

Modified: gnucash/branches/2.4/src/report/report-gnome/test/Makefile.am
===================================================================
--- gnucash/branches/2.4/src/report/report-gnome/test/Makefile.am	2011-12-11 00:49:40 UTC (rev 21710)
+++ gnucash/branches/2.4/src/report/report-gnome/test/Makefile.am	2011-12-11 05:29:23 UTC (rev 21711)
@@ -10,6 +10,9 @@
 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 = \
@@ -51,11 +54,6 @@
   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
 



More information about the gnucash-changes mailing list