aboutsummaryrefslogtreecommitdiff
path: root/src/template/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/Makefile.am')
-rw-r--r--src/template/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index f17e48166..35a4b433e 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -28,7 +28,7 @@ gnunet_service_template_LDADD = \
28check_PROGRAMS = \ 28check_PROGRAMS = \
29 test_template_api 29 test_template_api
30 30
31if !DISABLE_TEST_RUN 31if ENABLE_TEST_RUN
32TESTS = $(check_PROGRAMS) 32TESTS = $(check_PROGRAMS)
33endif 33endif
34 34