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, 3 insertions, 0 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 2de485a9e..26aa6c7c4 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -41,4 +41,7 @@ gnunet_hello_SOURCES = \
41gnunet_hello_LDADD = \ 41gnunet_hello_LDADD = \
42 $(top_builddir)/src/hello/libgnunethello.la \ 42 $(top_builddir)/src/hello/libgnunethello.la \
43 $(top_builddir)/src/util/libgnunetutil.la 43 $(top_builddir)/src/util/libgnunetutil.la
44gnunet_hello_DEPENDENCIES = \
45 libgnunethello.la \
46 $(top_builddir)/src/util/libgnunetutil.la
44 47