summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-12-12 14:28:22 +0100
committerLinus Nordberg <linus@nordu.net>2011-12-12 14:28:22 +0100
commit7595c6d6f3f2be7635ba67ba151e42882984ef94 (patch)
treef48e12a06a1a0c20425a59e5a09980be4306c679 /tests
parentc17e44da367ce2cf17c73342477387192aeab54e (diff)
Make the autoconfery slightly less miserable. Also, bump version.
Get rid of warnings about defining variables conditionally and unconditionally. Don't redefine EXTRA_DIST with a spurious space in it.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a58aa1e..37b3f89 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,9 +1,10 @@
-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@