From 635b8ca816cdaf589ddf82ade368e813089e50b2 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 10 Jun 2017 10:13:12 +0200 Subject: [PATCH] Wrong references in tests autotools. --- tests/Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 3676d49..94539ad 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ -LIBS = $(GDAEX_LIBS) \ +LIBS = $(GDAEXGRID_LIBS) \ -export-dynamic -AM_CPPFLAGS = $(GDAEX_CFLAGS) \ +AM_CPPFLAGS = $(GDAEXGRID_CFLAGS) \ -I$(top_srcdir)/src \ -DTESTSDIR="\"@abs_builddir@\"" @@ -14,6 +14,14 @@ LIBS += \ $(SOLIPA_LIBS) endif +if LIBREPTOOL_FOUND +AM_CPPFLAGS += \ + $(REPTOOL_CFLAGS) + +LIBS += \ + $(REPTOOL_LIBS) +endif + noinst_PROGRAMS = \ grid \ grid_tree -- 2.49.0