From 0854231a14b49d8b8446620aebfbf3570a49eb82 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 24 Sep 2013 21:24:34 +0000 Subject: [PATCH] Bug 708700 - "make check" fails (missing glib bits) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: Frédéric Perrin git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23196 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/test/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gnome-utils/test/Makefile.am b/src/gnome-utils/test/Makefile.am index f456e2ee3b..642d4de948 100644 --- a/src/gnome-utils/test/Makefile.am +++ b/src/gnome-utils/test/Makefile.am @@ -57,10 +57,14 @@ LDADD = \ ${top_builddir}/src/test-core/libtest-core.la test_gnc_recurrence_SOURCES=test-gnc-recurrence.c +test_gnc_recurrence_LDADD = \ + ${GTK_LIBS} \ + ${LDADD} test_link_module_SOURCES=test-link-module.c test_link_module_LDADD = \ ${GUILE_LIBS} \ + ${GLIB_LIBS} \ ${top_builddir}/src/gnc-module/libgnc-module.la EXTRA_DIST = \