[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -add identity linker flag
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -add identity linker flag |
Date: |
Thu, 12 Nov 2020 21:45:10 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 96d7027e6 -add identity linker flag
96d7027e6 is described below
commit 96d7027e6b31acca9106a61d0495c88829dc4c85
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Nov 13 05:37:45 2020 +0900
-add identity linker flag
---
src/messenger/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/messenger/Makefile.am b/src/messenger/Makefile.am
index ebe08290e..d9694420b 100644
--- a/src/messenger/Makefile.am
+++ b/src/messenger/Makefile.am
@@ -62,7 +62,8 @@ gnunet_messenger_SOURCES = \
gnunet_messenger_LDADD = \
libgnunetmessenger_common.la \
libgnunetmessenger.la \
- $(top_builddir)/src/util/libgnunetutil.la
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/identity/libgnunetidentity.la
gnunet_messenger_LDFLAGS = \
$(GN_LIBINTL)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: -add identity linker flag,
gnunet <=