aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-19 18:56:26 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-19 18:56:26 +0000
commitbdeb92f66e328fc964423310300a18981d9eb1af (patch)
treefa79f0736deefb68bc55cfce0f6a0cafcd7ba396 /src/namestore/Makefile.am
parentd2f35e3e07c4ef9042ac48d06e5fd239085b7f8f (diff)
downloadgnunet-bdeb92f66e328fc964423310300a18981d9eb1af.tar.gz
gnunet-bdeb92f66e328fc964423310300a18981d9eb1af.zip
-implementing #2990: integration of gnunet-namestore with identity service
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index e7a18b151..2413005ab 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -103,9 +103,11 @@ gnunet_namestore_SOURCES = \
103 gnunet-namestore.c 103 gnunet-namestore.c
104gnunet_namestore_LDADD = \ 104gnunet_namestore_LDADD = \
105 $(top_builddir)/src/util/libgnunetutil.la \ 105 $(top_builddir)/src/util/libgnunetutil.la \
106 $(top_builddir)/src/identity/libgnunetidentity.la \
106 libgnunetnamestore.la \ 107 libgnunetnamestore.la \
107 $(GN_LIBINTL) 108 $(GN_LIBINTL)
108gnunet_namestore_DEPENDENCIES = \ 109gnunet_namestore_DEPENDENCIES = \
110 $(top_builddir)/src/identity/libgnunetidentity.la \
109 $(top_builddir)/src/util/libgnunetutil.la \ 111 $(top_builddir)/src/util/libgnunetutil.la \
110 libgnunetnamestore.la 112 libgnunetnamestore.la
111 113