gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: build: forgot to add new makefiles


From: gnunet
Subject: [gnunet] branch master updated: build: forgot to add new makefiles
Date: Mon, 16 Oct 2023 13:13:58 +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 deb43e71f build: forgot to add new makefiles
deb43e71f is described below

commit deb43e71f31e862a71da6a602eb20841a13c4176
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 16 13:13:53 2023 +0200

    build: forgot to add new makefiles
---
 data/Makefile.am    | 25 +++++++++++++++++++++++++
 scripts/Makefile.am | 12 ++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 000000000..b40007e94
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,25 @@
+# This Makefile.am is in the public domain
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
+
+SUBDIRS = hellos
+
+dist_pkgdata_DATA = \
+  gns/def.tex \
+  gns/gns-bcd.html \
+  gns/gns-bcd.tex \
+  gns/gns-bcd-forbidden.html \
+  gns/gns-bcd-internal-error.html \
+  gns/gns-bcd-invalid-key.html \
+  gns/gns-bcd-not-found.html \
+  gns/gns-bcd-png.tex \
+  gns/gns-bcd-simple.html \
+  gns/gns-bcd-simple.tex \
+  fcfsd/fcfsd-index.html \
+  fcfsd/fcfsd-forbidden.html \
+  fcfsd/fcfsd-notfound.html \
+  branding/logo/gnunet-logo.png \
+  branding/logo/gnunet-logo-dark-text.svg \
+  branding/logo/gnunet-logo-dark-only-text.svg \
+  testing_hostkeys.ecc
+
+## EOF
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
new file mode 100644
index 000000000..a81a60992
--- /dev/null
+++ b/scripts/Makefile.am
@@ -0,0 +1,12 @@
+# This Makefile.am is in the public domain
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
+
+dist_pkgdata_DATA = \
+  netjail/netjail_core.sh \
+  netjail/netjail_exec.sh \
+  netjail/netjail_start.sh \
+  netjail/netjail_stop.sh \
+  netjail/topo.sh \
+  testing-ng/block.sh
+
+## EOF

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