aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-20 15:09:00 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-20 15:09:19 +0100
commita3882b58f1c5976677aa65b0af8a48e8e946b06e (patch)
treebd841d8e78052a05821e194d002ca843693fb2c9 /src/fs/Makefile.am
parentf0149c5430f42a8bad422e9c51754af59c7bfa2f (diff)
downloadgnunet-a3882b58f1c5976677aa65b0af8a48e8e946b06e.tar.gz
gnunet-a3882b58f1c5976677aa65b0af8a48e8e946b06e.zip
first half of new BLOCK API to generalize duplicate detection beyond BFs
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 75451c7f6..4374d45ea 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -219,6 +219,7 @@ gnunet_unindex_LDADD = \
219libgnunet_plugin_block_fs_la_SOURCES = \ 219libgnunet_plugin_block_fs_la_SOURCES = \
220 plugin_block_fs.c 220 plugin_block_fs.c
221libgnunet_plugin_block_fs_la_LIBADD = \ 221libgnunet_plugin_block_fs_la_LIBADD = \
222 $(top_builddir)/src/block/libgnunetblockgroup.la \
222 $(top_builddir)/src/block/libgnunetblock.la \ 223 $(top_builddir)/src/block/libgnunetblock.la \
223 libgnunetfs.la \ 224 libgnunetfs.la \
224 $(top_builddir)/src/util/libgnunetutil.la \ 225 $(top_builddir)/src/util/libgnunetutil.la \