aboutsummaryrefslogtreecommitdiff
path: root/src/hello/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-20 06:52:32 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-20 06:52:32 +0000
commita9dbe8d6d838c1300a6ea92808c54160740a67ab (patch)
tree75af6db3b3a4a56f2c258d625f2153034ee51bc6 /src/hello/Makefile.am
parent27853eac2269aada4c833d86f7212e2a9ae9a62e (diff)
downloadgnunet-a9dbe8d6d838c1300a6ea92808c54160740a67ab.tar.gz
gnunet-a9dbe8d6d838c1300a6ea92808c54160740a67ab.zip
-LRN: Add dependencies to gnunet hello and service namestore
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