summaryrefslogtreecommitdiff
path: root/src/block
diff options
context:
space:
mode:
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) \