gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - try to fix deps


From: gnunet
Subject: [gnunet] branch master updated: - try to fix deps
Date: Thu, 15 Oct 2020 15:00:55 +0200

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 17e43503b - try to fix deps
17e43503b is described below

commit 17e43503b9e8c88e24e66d1f6a8ffcf543361c27
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Oct 15 14:53:52 2020 +0200

    - try to fix deps
---
 src/Makefile.am           | 4 ++--
 src/gnsrecord/Makefile.am | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index b728162d0..19e1b2529 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -55,7 +55,9 @@ SUBDIRS = \
   block \
   statistics \
   arm \
+  gnsrecord \
   $(TESTING) \
+  $(JSON_DIR) \
   $(CURL_DIR) \
   $(REST_DIR) \
   peerinfo \
@@ -82,8 +84,6 @@ SUBDIRS = \
   regex \
   dns \
   identity \
-  gnsrecord \
-  $(JSON_DIR) \
   namecache \
   namestore \
   peerinfo-tool \
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 201822d79..02a50973b 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -50,6 +50,8 @@ libgnunetgnsrecord_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/identity/libgnunetidentity.la \
   $(GN_LIBINTL)
+libgnunetgnsrecord_la_DEPENDENCIES = \
+  $(top_builddir)/src/identity/libgnunetidentity.la
 libgnunetgnsrecord_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)  \
   -version-info 0:0:0

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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