aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 0c55b8aea..c8b9cd2d1 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -96,7 +96,7 @@ check_PROGRAMS = \
96test_testing_start_with_config_SOURCES = \ 96test_testing_start_with_config_SOURCES = \
97 test_testing_start_with_config.c 97 test_testing_start_with_config.c
98test_testing_start_with_config_LDADD = \ 98test_testing_start_with_config_LDADD = \
99 $(top_builddir)/src/testing/libgnunettesting.la \ 99 libgnunettesting.la \
100 $(top_builddir)/src/util/libgnunetutil.la \ 100 $(top_builddir)/src/util/libgnunetutil.la \
101 $(top_builddir)/src/hello/libgnunethello.la 101 $(top_builddir)/src/hello/libgnunethello.la
102 102