From 6ff93d467cd5e59cfa5445baf4f615bd9c8d44a4 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 13 Sep 2016 17:59:13 +0200 Subject: Require libnettle unconditionally. --- tests/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 2a7c339..91b037a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,10 +1,6 @@ AUTOMAKE_OPTIONS = foreign -if WANT_FTICKS -fticks_programs = t_fticks -endif - -check_PROGRAMS = $(fticks_programs) +check_PROGRAMS = t_fticks AM_CFLAGS = -g -Wall -Werror @TARGET_CFLAGS@ LDADD = $(top_builddir)/librsp.a @SSL_LIBS@ -- cgit v1.1