aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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