gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/06: fot got to add file


From: gnunet
Subject: [gnunet] 02/06: fot got to add file
Date: Thu, 19 Oct 2023 09:17:10 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit bd941ca1b09283d41d5d625ad70b9159716562a4
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Oct 19 08:20:55 2023 +0200

    fot got to add file
---
 src/contrib/cli/template/Makefile.am | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/contrib/cli/template/Makefile.am 
b/src/contrib/cli/template/Makefile.am
new file mode 100644
index 000000000..9f94d0837
--- /dev/null
+++ b/src/contrib/cli/template/Makefile.am
@@ -0,0 +1,20 @@
+# This Makefile.am is in the public domain
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
+
+pkgcfgdir= $(pkgdatadir)/config.d/
+
+libexecdir= $(pkglibdir)/libexec/
+
+if USE_COVERAGE
+  AM_CFLAGS = -fprofile-arcs -ftest-coverage
+endif
+
+noinst_PROGRAMS = \
+ gnunet-template
+
+
+gnunet_service_template_SOURCES = \
+ gnunet-service-template.c
+gnunet_service_template_LDADD = \
+  $(top_builddir)/src/lib/util/libgnunetutil.la \
+  $(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]