diff options
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9c0ce94..a58aa1e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,8 @@ -check_PROGRAMS = t_fticks +check_PROGRAMS = + +if WANT_FTICKS +check_PROGRAMS += t_fticks +endif AM_CFLAGS = -g -Wall -Werror @TARGET_CFLAGS@ AM_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@ |