aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac4
-rw-r--r--contrib/Makefile.am27
3 files changed, 5 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am
index 35e4ef83c..66c9532f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@ if DOCUMENTATION
13 SUBDIRS += doc 13 SUBDIRS += doc
14endif 14endif
15 15
16SUBDIRS += contrib 16SUBDIRS += contrib data scripts
17 17
18EXTRA_DIST = \ 18EXTRA_DIST = \
19 ABOUT-NLS \ 19 ABOUT-NLS \
diff --git a/configure.ac b/configure.ac
index b6d78c259..05e902399 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1214,7 +1214,9 @@ AC_CONFIG_FILES([
1214Makefile 1214Makefile
1215bin/Makefile 1215bin/Makefile
1216contrib/Makefile 1216contrib/Makefile
1217contrib/hellos/Makefile 1217data/Makefile
1218data/hellos/Makefile
1219scripts/Makefile
1218contrib/services/Makefile 1220contrib/services/Makefile
1219contrib/services/openrc/Makefile 1221contrib/services/openrc/Makefile
1220contrib/services/systemd/Makefile 1222contrib/services/systemd/Makefile
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 13fdcdd60..4683f0791 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,35 +1,10 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3 3
4SUBDIRS = scripts hellos services 4SUBDIRS = scripts services
5 5
6include Makefile.inc 6include Makefile.inc
7 7
8dist_pkgdata_DATA = \
9 gns/def.tex \
10 gns/gns-bcd.html \
11 gns/gns-bcd.tex \
12 gns/gns-bcd-forbidden.html \
13 gns/gns-bcd-internal-error.html \
14 gns/gns-bcd-invalid-key.html \
15 gns/gns-bcd-not-found.html \
16 gns/gns-bcd-png.tex \
17 gns/gns-bcd-simple.html \
18 gns/gns-bcd-simple.tex \
19 fcfsd/fcfsd-index.html \
20 fcfsd/fcfsd-forbidden.html \
21 fcfsd/fcfsd-notfound.html \
22 branding/logo/gnunet-logo.png \
23 branding/logo/gnunet-logo-dark-text.svg \
24 branding/logo/gnunet-logo-dark-only-text.svg \
25 testing_hostkeys.ecc \
26 netjail/netjail_core.sh \
27 netjail/netjail_exec.sh \
28 netjail/netjail_start.sh \
29 netjail/netjail_stop.sh \
30 netjail/topo.sh \
31 testing-ng/block.sh
32
33INITD_FILES = \ 8INITD_FILES = \
34 services/systemd/gnunet-user.service \ 9 services/systemd/gnunet-user.service \
35 services/systemd/sysusers-gnunet.conf \ 10 services/systemd/sysusers-gnunet.conf \