gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: IDENTITY: FTBFS


From: gnunet
Subject: [gnunet] branch master updated: IDENTITY: FTBFS
Date: Thu, 02 Nov 2023 10:41:50 +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 da4887bde IDENTITY: FTBFS
da4887bde is described below

commit da4887bde1d93d49269b8b123ca39edd9ae2a1ae
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Nov 2 18:41:41 2023 +0900

    IDENTITY: FTBFS
---
 configure.ac                                            | 1 +
 src/cli/identity/Makefile.am                            | 3 +--
 src/{service => cli}/identity/test_identity_messages.sh | 0
 src/service/identity/Makefile.am                        | 3 +--
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 659456050..ae5ee9ff2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1323,6 +1323,7 @@ src/cli/datastore/Makefile
 src/cli/dht/Makefile
 src/cli/fs/Makefile
 src/cli/gns/Makefile
+src/cli/identity/Makefile
 src/cli/messenger/Makefile
 src/cli/namecache/Makefile
 src/cli/namestore/Makefile
diff --git a/src/cli/identity/Makefile.am b/src/cli/identity/Makefile.am
index d748c19ea..68bcc7a41 100644
--- a/src/cli/identity/Makefile.am
+++ b/src/cli/identity/Makefile.am
@@ -16,7 +16,7 @@ bin_PROGRAMS = \
 gnunet_identity_SOURCES = \
  gnunet-identity.c
 gnunet_identity_LDADD = \
-  $(top_builddir)/src/service/libgnunetidentity.la \
+  $(top_builddir)/src/service/identity/libgnunetidentity.la \
   $(top_builddir)/src/service/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/lib/util/libgnunetutil.la \
   $(GN_LIBINTL)
@@ -33,4 +33,3 @@ check_SCRIPTS = \
 EXTRA_DIST = \
   test_identity_messages.sh
 
-
diff --git a/src/service/identity/test_identity_messages.sh 
b/src/cli/identity/test_identity_messages.sh
similarity index 100%
rename from src/service/identity/test_identity_messages.sh
rename to src/cli/identity/test_identity_messages.sh
diff --git a/src/service/identity/Makefile.am b/src/service/identity/Makefile.am
index e99ef211f..455fcab31 100644
--- a/src/service/identity/Makefile.am
+++ b/src/service/identity/Makefile.am
@@ -61,7 +61,6 @@ test_identity_LDADD = \
   $(top_builddir)/src/lib/util/libgnunetutil.la
 
 EXTRA_DIST = \
-  test_identity.conf \
-  test_identity_messages.sh
+  test_identity.conf
 
 

-- 
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]