aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 13:13:53 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-16 13:13:53 +0200
commitdeb43e71f31e862a71da6a602eb20841a13c4176 (patch)
tree4ee71284c10d3d47e83bd67b71669c082e6b74be
parent8a32efb883303692f308a0875eea44403fcd2a16 (diff)
downloadgnunet-deb43e71f31e862a71da6a602eb20841a13c4176.tar.gz
gnunet-deb43e71f31e862a71da6a602eb20841a13c4176.zip
build: forgot to add new makefiles
-rw-r--r--data/Makefile.am25
-rw-r--r--scripts/Makefile.am12
2 files changed, 37 insertions, 0 deletions
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 @@
1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3
4SUBDIRS = hellos
5
6dist_pkgdata_DATA = \
7 gns/def.tex \
8 gns/gns-bcd.html \
9 gns/gns-bcd.tex \
10 gns/gns-bcd-forbidden.html \
11 gns/gns-bcd-internal-error.html \
12 gns/gns-bcd-invalid-key.html \
13 gns/gns-bcd-not-found.html \
14 gns/gns-bcd-png.tex \
15 gns/gns-bcd-simple.html \
16 gns/gns-bcd-simple.tex \
17 fcfsd/fcfsd-index.html \
18 fcfsd/fcfsd-forbidden.html \
19 fcfsd/fcfsd-notfound.html \
20 branding/logo/gnunet-logo.png \
21 branding/logo/gnunet-logo-dark-text.svg \
22 branding/logo/gnunet-logo-dark-only-text.svg \
23 testing_hostkeys.ecc
24
25## 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 @@
1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3
4dist_pkgdata_DATA = \
5 netjail/netjail_core.sh \
6 netjail/netjail_exec.sh \
7 netjail/netjail_start.sh \
8 netjail/netjail_stop.sh \
9 netjail/topo.sh \
10 testing-ng/block.sh
11
12## EOF