aboutsummaryrefslogtreecommitdiff
path: root/src/block
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2017-02-25 12:49:53 +0000
committerРуслан Ижбулатов <lrn1986@gmail.com>2017-02-25 21:03:05 +0000
commit2f84cb871e5d5cfc2f2408075473cda40e03ab9a (patch)
tree8371740f8dda807d37826cec5ecce0c0580e8b8e /src/block
parent661ee7cbf6edef4b90d4e9565e4ce9c38c7037ac (diff)
downloadgnunet-2f84cb871e5d5cfc2f2408075473cda40e03ab9a.tar.gz
gnunet-2f84cb871e5d5cfc2f2408075473cda40e03ab9a.zip
Link libgnunetblockgroup to libgnunetblock
Otherwise it won't link on W32.
Diffstat (limited to 'src/block')
-rw-r--r--src/block/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index da1d8257c..05df7541d 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -56,8 +56,10 @@ libgnunetblock_la_LDFLAGS = \
56libgnunetblockgroup_la_SOURCES = \ 56libgnunetblockgroup_la_SOURCES = \
57 bg_bf.c 57 bg_bf.c
58libgnunetblockgroup_la_LIBADD = \ 58libgnunetblockgroup_la_LIBADD = \
59 libgnunetblock.la \
59 $(top_builddir)/src/util/libgnunetutil.la 60 $(top_builddir)/src/util/libgnunetutil.la
60libgnunetblockgroup_la_DEPENDENCIES = \ 61libgnunetblockgroup_la_DEPENDENCIES = \
62 libgnunetblock.la \
61 $(top_builddir)/src/util/libgnunetutil.la 63 $(top_builddir)/src/util/libgnunetutil.la
62libgnunetblockgroup_la_LDFLAGS = \ 64libgnunetblockgroup_la_LDFLAGS = \
63 $(GN_LIB_LDFLAGS) \ 65 $(GN_LIB_LDFLAGS) \