aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index e28769623..bb113126e 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -53,6 +53,8 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
53check_PROGRAMS = \ 53check_PROGRAMS = \
54 test_gnunet_prefix 54 test_gnunet_prefix
55 55
56TESTS = $(check_PROGRAMS)
57
56test_gnunet_prefix_SOURCES = \ 58test_gnunet_prefix_SOURCES = \
57 test_gnunet_prefix.c 59 test_gnunet_prefix.c
58 60