aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-10-17 17:23:04 +0000
committerLRN <lrn1986@gmail.com>2013-10-17 17:23:04 +0000
commit1994d12b754b9d988d3ab1bc4e0fe1200f21c36e (patch)
tree4e916a9b5159fd1e57ad8abacb319dcd542191db /src
parent2552b17f7778148d1b929d5b2375e644a5e3863e (diff)
downloadgnunet-1994d12b754b9d988d3ab1bc4e0fe1200f21c36e.tar.gz
gnunet-1994d12b754b9d988d3ab1bc4e0fe1200f21c36e.zip
Link namesotre to libgnunetgnsrecord too
Diffstat (limited to 'src')
-rw-r--r--src/namestore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index ac7882366..c80fd3ef3 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -71,6 +71,7 @@ libgnunetnamestore_la_SOURCES = \
71 namestore_api_monitor.c \ 71 namestore_api_monitor.c \
72 namestore.h 72 namestore.h
73libgnunetnamestore_la_LIBADD = \ 73libgnunetnamestore_la_LIBADD = \
74 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
74 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 75 $(top_builddir)/src/statistics/libgnunetstatistics.la \
75 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 76 $(top_builddir)/src/dns/libgnunetdnsparser.la \
76 $(top_builddir)/src/util/libgnunetutil.la \ 77 $(top_builddir)/src/util/libgnunetutil.la \