summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2015-09-16 22:41:25 +0200
committerØyvind Kolås <pippin@gimp.org>2015-09-16 22:41:25 +0200
commitb15f4f825fee76534f8e8dd05e282042b8b8c64f (patch)
tree99087655735af183daef76db41f0c3acf7b81ea3
parentaa40adf902d6baaf8191c5b0a075ebe990053e39 (diff)
tests: explictly link testing tools with math library
fixes bug #750935
-rw-r--r--tests/simple/Makefile.am2
-rw-r--r--tests/xml/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/simple/Makefile.am b/tests/simple/Makefile.am
index c9e47ff1..b91e7330 100644
--- a/tests/simple/Makefile.am
+++ b/tests/simple/Makefile.am
@@ -51,7 +51,7 @@ AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
# Common libs
LIBS = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la \
- $(DEP_LIBS) $(BABL_LIBS)
+ $(DEP_LIBS) $(BABL_LIBS) $(MATH_LIB)
check-TESTS: $(TESTS)
$(PYTHON) $(srcdir)/../run-tests.py \
diff --git a/tests/xml/Makefile.am b/tests/xml/Makefile.am
index e28c6086..8deb9ba2 100644
--- a/tests/xml/Makefile.am
+++ b/tests/xml/Makefile.am
@@ -33,7 +33,7 @@ AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
# Common libs
LIBS = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la \
- $(DEP_LIBS) $(BABL_LIBS)
+ $(DEP_LIBS) $(BABL_LIBS) $(MATH_LIB)
check-TESTS: $(TESTS)
$(PYTHON) $(srcdir)/../run-tests.py \