gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 08/14: Link libgnunetblockgroup to libgnunetblock


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 08/14: Link libgnunetblockgroup to libgnunetblock
Date: Sat, 25 Feb 2017 22:04:58 +0100

This is an automated email from the git hooks/post-receive script.

lrn pushed a commit to branch master
in repository gnunet.

commit 2f84cb871e5d5cfc2f2408075473cda40e03ab9a
Author: Руслан Ижбулатов <address@hidden>
AuthorDate: Sat Feb 25 12:49:53 2017 +0000

    Link libgnunetblockgroup to libgnunetblock
    
    Otherwise it won't link on W32.
---
 src/block/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

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 = \
 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) \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]