diff options
author | Linus Nordberg <linus@nordu.net> | 2011-12-12 14:40:18 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-12-12 14:40:18 +0100 |
commit | 85df2f023a746cf200f24d9d36f0d9eb18a673cf (patch) | |
tree | 325cb5b3be83b492e399d649b2fee3c7b82a92a1 /tests | |
parent | 70fa9c5f1c05812c24eea0efe56f76549b40ba31 (diff) | |
parent | ef8e142b62e4d2e0268c752a2983544d36676045 (diff) |
Merge branch 'master' into fticks_syslog2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a58aa1e..2a7c339 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,11 +1,11 @@ -check_PROGRAMS = +AUTOMAKE_OPTIONS = foreign if WANT_FTICKS -check_PROGRAMS += t_fticks +fticks_programs = t_fticks endif +check_PROGRAMS = $(fticks_programs) AM_CFLAGS = -g -Wall -Werror @TARGET_CFLAGS@ -AM_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@ LDADD = $(top_builddir)/librsp.a @SSL_LIBS@ TESTS = $(check_PROGRAMS) |