aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-04 13:10:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-04 13:10:47 +0000
commit25b2a459ae5be496f8e4275777812c57f93ea29c (patch)
treeb3b9634ba1e1a42ef2f6bf161b13323d99dd2d3f /src/fs/Makefile.am
parentf58fd0a7e7e80f140a8ce881a5619dc963ff0cda (diff)
downloadgnunet-25b2a459ae5be496f8e4275777812c57f93ea29c.tar.gz
gnunet-25b2a459ae5be496f8e4275777812c57f93ea29c.zip
-towards using mesh instead of stream
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index a75e5d4c4..842da5d47 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -193,7 +193,7 @@ gnunet_service_fs_LDADD = \
193 $(top_builddir)/src/block/libgnunetblock.la \ 193 $(top_builddir)/src/block/libgnunetblock.la \
194 $(top_builddir)/src/datastore/libgnunetdatastore.la \ 194 $(top_builddir)/src/datastore/libgnunetdatastore.la \
195 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 195 $(top_builddir)/src/statistics/libgnunetstatistics.la \
196 $(top_builddir)/src/stream/libgnunetstream.la \ 196 $(top_builddir)/src/mesh/libgnunetmesh.la \
197 $(top_builddir)/src/ats/libgnunetats.la \ 197 $(top_builddir)/src/ats/libgnunetats.la \
198 $(top_builddir)/src/core/libgnunetcore.la \ 198 $(top_builddir)/src/core/libgnunetcore.la \
199 $(top_builddir)/src/util/libgnunetutil.la \ 199 $(top_builddir)/src/util/libgnunetutil.la \