From: Andrea Zagli Date: Sat, 10 Jun 2017 08:13:12 +0000 (+0200) Subject: Wrong references in tests autotools. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=635b8ca816cdaf589ddf82ade368e813089e50b2;p=libgdaexgrid Wrong references in tests autotools. --- 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