commit 2f84cb871e5d5cfc2f2408075473cda40e03ab9a
parent 661ee7cbf6edef4b90d4e9565e4ce9c38c7037ac
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date: Sat, 25 Feb 2017 12:49:53 +0000
Link libgnunetblockgroup to libgnunetblock
Otherwise it won't link on W32.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
@@ -56,8 +56,10 @@ libgnunetblock_la_LDFLAGS = \
libgnunetblockgroup_la_SOURCES = \
bg_bf.c
libgnunetblockgroup_la_LIBADD = \
+ libgnunetblock.la \
$(top_builddir)/src/util/libgnunetutil.la
libgnunetblockgroup_la_DEPENDENCIES = \
+ libgnunetblock.la \
$(top_builddir)/src/util/libgnunetutil.la
libgnunetblockgroup_la_LDFLAGS = \
$(GN_LIB_LDFLAGS) \