From: Alexei Sheplyakov Date: Sun, 7 Sep 2008 16:17:27 +0000 (+0400) Subject: build: define EXTRA_PROGRAMS to shut up automake warnings. X-Git-Tag: cln_1-3-0~19 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=359f2a7ad1e42ff1b765b0f747b98d4579c7e7f4;p=cln.git build: define EXTRA_PROGRAMS to shut up automake warnings. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 0685351..e069438 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,17 +29,18 @@ timeMIpow2div \ timeMImisc5 \ timeUPMImul \ timesqrtmodp \ +timeexp1 \ +timeeuler \ +timecatalan \ +timezeta3 \ +timerecip2adic \ +timediv2adic \ main -##timeexp1 \ -##timeeuler \ -##timecatalan \ -##timezeta3 \ -##timerecip2adic \ -##timediv2adic \ TESTS = $(ALL_TESTS) check_PROGRAMS = $(ALL_TESTS) +EXTRA_PROGRAMS = $(ALL_TIMINGS) AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \ -I$(top_builddir)/include -I$(top_builddir)/src