diff options
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 6 |
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 = \ test_testing_servicestartup endif -test_testing_helloworld_SOURCES = \ - test_testing_hello_world -test_testing_portreservation_LDADD = \ +test_testing_hello_world_SOURCES = \ + test_testing_hello_world.c +test_testing_hello_world_LDADD = \ libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la |