From 40b1469e8375dcdfe75f5bd154f1cb713908eda6 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Fri, 23 Nov 2001 22:27:21 +0000 Subject: [PATCH] Added ${GLIB_LIBS} for test-link linking. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5985 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/calculation/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calculation/test/Makefile.am b/src/calculation/test/Makefile.am index fb03477706..9c46b05eec 100644 --- a/src/calculation/test/Makefile.am +++ b/src/calculation/test/Makefile.am @@ -3,4 +3,4 @@ TESTS=test-link noinst_PROGRAMS=test-link test_link_SOURCES=test-link.c -test_link_LDADD=../libgncmod-calculation.la +test_link_LDADD=../libgncmod-calculation.la ${GLIB_LIBS}