aboutsummaryrefslogtreecommitdiff
path: root/src/hello/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/Makefile.am')
-rw-r--r--src/hello/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index f97ede97c..08d976260 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -25,6 +25,7 @@ noinst_PROGRAMS = \
25 25
26check_PROGRAMS = \ 26check_PROGRAMS = \
27 test_hello \ 27 test_hello \
28 test_hello-uri \
28 test_friend_hello \ 29 test_friend_hello \
29 test_hello-ng 30 test_hello-ng
30 31
@@ -45,6 +46,12 @@ test_hello_ng_LDADD = \
45 libgnunethello.la \ 46 libgnunethello.la \
46 $(top_builddir)/src/util/libgnunetutil.la 47 $(top_builddir)/src/util/libgnunetutil.la
47 48
49test_hello_uri_SOURCES = \
50 test_hello-uri.c
51test_hello_uri_LDADD = \
52 libgnunethello.la \
53 $(top_builddir)/src/util/libgnunetutil.la
54
48 55
49test_friend_hello_SOURCES = \ 56test_friend_hello_SOURCES = \
50 test_friend_hello.c 57 test_friend_hello.c