aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent27853eac2269aada4c833d86f7212e2a9ae9a62e (diff)
downloadgnunet-a9dbe8d6d838c1300a6ea92808c54160740a67ab.tar.gz
gnunet-a9dbe8d6d838c1300a6ea92808c54160740a67ab.zip
-LRN: Add dependencies to gnunet hello and service namestore
Diffstat (limited to 'src')
-rw-r--r--src/hello/Makefile.am3
-rw-r--r--src/namestore/Makefile.am5
2 files changed, 7 insertions, 1 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
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 365f2bfda..1ea909e57 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -78,11 +78,14 @@ gnunet_service_namestore_SOURCES = \
78 gnunet-service-namestore.c 78 gnunet-service-namestore.c
79 79
80gnunet_service_namestore_LDADD = \ 80gnunet_service_namestore_LDADD = \
81 $(top_builddir)/src/namestore/libgnunetnamestore.la \
82 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 81 $(top_builddir)/src/statistics/libgnunetstatistics.la \
83 $(top_builddir)/src/util/libgnunetutil.la \ 82 $(top_builddir)/src/util/libgnunetutil.la \
84 libgnunetnamestore.la \ 83 libgnunetnamestore.la \
85 $(GN_LIBINTL) 84 $(GN_LIBINTL)
85gnunet_service_namestore_DEPENDENCIES = \
86 $(top_builddir)/src/statistics/libgnunetstatistics.la \
87 $(top_builddir)/src/util/libgnunetutil.la \
88 libgnunetnamestore.la
86 89
87if HAVE_SQLITE 90if HAVE_SQLITE
88 SQLITE_PLUGIN = libgnunet_plugin_namestore_sqlite.la 91 SQLITE_PLUGIN = libgnunet_plugin_namestore_sqlite.la