aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-27 12:03:04 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-27 12:03:04 +0000
commit42f50bb3ee543d4571ed0bfad3262148282ec0ed (patch)
treebe9b008ecd4dc00b145d0466b9018daacee3c983 /tests
parent6125306e7344d5a337189f6bd3042a7bc63c833e (diff)
Make the test timer a noinst program
Diffstat (limited to 'tests')
-rw-r--r--tests/timer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timer/Makefile.am b/tests/timer/Makefile.am
index 726fb7ff2..9f12d23ac 100644
--- a/tests/timer/Makefile.am
+++ b/tests/timer/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES = $(all_includes) -I$(top_srcdir)/include
-bin_PROGRAMS = timer_test
+noinst_PROGRAMS = timer_test
timer_test_SOURCES = timer_test.c $(top_srcdir)/src/timer.c $(top_srcdir)/src/select.c