aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-04-21 17:53:28 +0000
committerLRN <lrn1986@gmail.com>2013-04-21 17:53:28 +0000
commit56c0f342e060807048b335137a9477a0baeec5b0 (patch)
tree4fd5563ec67aa322adfaf5f37b71d82814efd82d /src/fs/Makefile.am
parent686d68855fa395104136a04b89c3234612cad2b1 (diff)
downloadgnunet-56c0f342e060807048b335137a9477a0baeec5b0.tar.gz
gnunet-56c0f342e060807048b335137a9477a0baeec5b0.zip
Try to fix fs block plugin deps
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index eb0f4291b..a75e5d4c4 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -221,7 +221,9 @@ libgnunet_plugin_block_fs_la_LIBADD = \
221libgnunet_plugin_block_fs_la_LDFLAGS = \ 221libgnunet_plugin_block_fs_la_LDFLAGS = \
222 $(GN_PLUGIN_LDFLAGS) 222 $(GN_PLUGIN_LDFLAGS)
223libgnunet_plugin_block_fs_la_DEPENDENCIES = \ 223libgnunet_plugin_block_fs_la_DEPENDENCIES = \
224 $(top_builddir)/src/block/libgnunetblock.la 224 $(top_builddir)/src/util/libgnunetutil.la \
225 $(top_builddir)/src/block/libgnunetblock.la \
226 libgnunetfs.la
225 227
226 228
227 229