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.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index f7aa1f896..33cf62ce7 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -74,9 +74,9 @@ TESTS = \
74 test_testing_servicestartup 74 test_testing_servicestartup
75endif 75endif
76 76
77test_testing_helloworld_SOURCES = \ 77test_testing_hello_world_SOURCES = \
78 test_testing_hello_world 78 test_testing_hello_world.c
79test_testing_portreservation_LDADD = \ 79test_testing_hello_world_LDADD = \
80 libgnunettesting.la \ 80 libgnunettesting.la \
81 $(top_builddir)/src/util/libgnunetutil.la 81 $(top_builddir)/src/util/libgnunetutil.la
82 82