aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello')
-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 7cb71cdce..40a45320f 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -48,4 +48,5 @@ gnunet_hello_SOURCES = \
48gnunet_hello_LDADD = \ 48gnunet_hello_LDADD = \
49 libgnunethello.la \ 49 libgnunethello.la \
50 $(top_builddir)/src/util/libgnunetutil.la 50 $(top_builddir)/src/util/libgnunetutil.la
51 51gnunet_hello_LDFLAGS = \
52 $(GN_LIBINTL)