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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 08d976260..c04b85106 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -50,7 +50,8 @@ test_hello_uri_SOURCES = \
50 test_hello-uri.c 50 test_hello-uri.c
51test_hello_uri_LDADD = \ 51test_hello_uri_LDADD = \
52 libgnunethello.la \ 52 libgnunethello.la \
53 $(top_builddir)/src/util/libgnunetutil.la 53 $(top_builddir)/src/util/libgnunetutil.la \
54 -lgcrypt
54 55
55 56
56test_friend_hello_SOURCES = \ 57test_friend_hello_SOURCES = \