aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-07-14 17:40:32 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-07-14 17:40:32 +0000
commit600e56e89d1d1fc7417e8be20c40e197c9d58b2a (patch)
tree7191cb9f3e2c64fa1c6f78dee49f79d442249c37 /src/fs/Makefile.am
parentc937c2c64700475cc04e7ee3d912bd9dff7e33b2 (diff)
downloadgnunet-600e56e89d1d1fc7417e8be20c40e197c9d58b2a.tar.gz
gnunet-600e56e89d1d1fc7417e8be20c40e197c9d58b2a.zip
fs now uses peerstore to store respect value
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 89fd9b750..ca0185630 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -192,6 +192,7 @@ gnunet_service_fs_LDADD = \
192 $(top_builddir)/src/ats/libgnunetats.la \ 192 $(top_builddir)/src/ats/libgnunetats.la \
193 $(top_builddir)/src/core/libgnunetcore.la \ 193 $(top_builddir)/src/core/libgnunetcore.la \
194 $(top_builddir)/src/util/libgnunetutil.la \ 194 $(top_builddir)/src/util/libgnunetutil.la \
195 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
195 $(GN_LIBINTL) -lm 196 $(GN_LIBINTL) -lm
196gnunet_service_fs_DEPENDENCIES = \ 197gnunet_service_fs_DEPENDENCIES = \
197 libgnunetfs.la 198 libgnunetfs.la