gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: !tarball fix


From: gnunet
Subject: [gnunet] branch master updated: !tarball fix
Date: Mon, 23 Oct 2023 08:58:13 +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 a930c1eac !tarball fix
a930c1eac is described below

commit a930c1eacdc71c88cf767539e951fcdcc5466f17
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 23 08:58:07 2023 +0200

    !tarball fix
---
 configure.ac                         | 1 +
 src/contrib/Makefile.am              | 3 ++-
 src/contrib/cli/template/Makefile.am | 9 +++++----
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8ebcbd4a8..659456050 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1352,6 +1352,7 @@ src/contrib/service/set/set.conf
 src/contrib/service/rps/Makefile
 src/contrib/service/rps/rps.conf
 src/contrib/service/template/Makefile
+src/contrib/cli/Makefile
 src/contrib/cli/template/Makefile
 src/lib/hello/Makefile
 src/include/Makefile
diff --git a/src/contrib/Makefile.am b/src/contrib/Makefile.am
index aaa7d7a2d..abaefb409 100644
--- a/src/contrib/Makefile.am
+++ b/src/contrib/Makefile.am
@@ -1,2 +1,3 @@
 SUBDIRS = \
-       service
+       service \
+       cli
diff --git a/src/contrib/cli/template/Makefile.am 
b/src/contrib/cli/template/Makefile.am
index 9f94d0837..b60095d80 100644
--- a/src/contrib/cli/template/Makefile.am
+++ b/src/contrib/cli/template/Makefile.am
@@ -13,8 +13,9 @@ noinst_PROGRAMS = \
  gnunet-template
 
 
-gnunet_service_template_SOURCES = \
- gnunet-service-template.c
-gnunet_service_template_LDADD = \
-  $(top_builddir)/src/lib/util/libgnunetutil.la \
+gnunet_template_SOURCES = \
+ gnunet-template.c
+gnunet_template_LDADD = \
+  $(top_builddir)/src/lib/util/libgnunetutil.la
+gnunet_template_LDFLAGS = \
   $(GN_LIBINTL)

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