diff options
author | Linus Nordberg <linus@nordu.net> | 2016-09-13 17:59:13 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-09-13 17:59:13 +0200 |
commit | 2e7f970b81d1e77ff5bb5e5a702c664b4d2ce24c (patch) | |
tree | 6ebe895749e2529e799ddb88c30b651d375eea3f /tests/Makefile.am | |
parent | f5105cae918fce49e20043cc4169e11807f27981 (diff) |
Require libnettle unconditionally.openssl11
Diffstat (limited to 'tests/Makefile.am')
-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@ |