diff options
author | Linus Nordberg <linus@nordu.net> | 2016-09-13 17:59:13 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-09-21 13:15:11 +0200 |
commit | 6ff93d467cd5e59cfa5445baf4f615bd9c8d44a4 (patch) | |
tree | 3996259cb262678660d682c125650f3c09678d6f /tests | |
parent | f221191a52217fa30838f9eef8ac6933b4ef459f (diff) |
Require libnettle unconditionally.openssl11-rebased
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
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@ |