[mathicgb] 242/393: Fixed missing dependency of tests on libmathicgb that caused test not to be recompiled in some cases.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.

commit 46a42efa8ec9cc098d30b0e02805e7458a17d7d1
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Sat Apr 13 13:18:22 2013 -0400

    Fixed missing dependency of tests on libmathicgb that caused test not to be recompiled in some cases.
---
 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 8fda182..0e589e3 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,8 +99,7 @@ if with_gtest
 TESTS=unittest
 check_PROGRAMS=$(TESTS)
 
-unittest_LDADD = $(DEPS_LIBS)
-unittest_LDFLAGS= $(top_builddir)/libmathicgb.la
+unittest_LDADD = $(DEPS_LIBS) $(top_builddir)/libmathicgb.la
 
 test_LIBS=
 unittest_SOURCES=src/test/FreeModuleOrderTest.cpp						\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list