aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/hellos/Makefile.am7
-rw-r--r--contrib/services/Makefile.am1
-rw-r--r--contrib/services/openrc/Makefile.am7
-rw-r--r--contrib/services/systemd/Makefile.am7
4 files changed, 22 insertions, 0 deletions
diff --git a/contrib/hellos/Makefile.am b/contrib/hellos/Makefile.am
new file mode 100644
index 000000000..d498d57e7
--- /dev/null
+++ b/contrib/hellos/Makefile.am
@@ -0,0 +1,7 @@
1pkghellodir= $(pkgdatadir)/hellos
2
3pkghello_DATA = \
4 DSTJBRRKZ8TBW3FGK6B0M5QXWT9WYNZ45H5MCV4HY7ST64Q8T9F0
5
6EXTRA_DIST =
7 $(pkghello_DATA)
diff --git a/contrib/services/Makefile.am b/contrib/services/Makefile.am
new file mode 100644
index 000000000..eb4bd7deb
--- /dev/null
+++ b/contrib/services/Makefile.am
@@ -0,0 +1 @@
SUBDIRS = openrc systemd
diff --git a/contrib/services/openrc/Makefile.am b/contrib/services/openrc/Makefile.am
new file mode 100644
index 000000000..3cd57dac7
--- /dev/null
+++ b/contrib/services/openrc/Makefile.am
@@ -0,0 +1,7 @@
1pkginitdir= $(pkgdatadir)/services/openrc
2
3pkginit_DATA = \
4 gnunet.initd
5
6EXTRA_DIST = \
7 $(pkginit_DATA)
diff --git a/contrib/services/systemd/Makefile.am b/contrib/services/systemd/Makefile.am
new file mode 100644
index 000000000..39a6f2a81
--- /dev/null
+++ b/contrib/services/systemd/Makefile.am
@@ -0,0 +1,7 @@
1pkginitdir= $(pkgdatadir)/services/systemd
2
3pkginit_DATA = \
4 gnunet.service
5
6EXTRA_DIST = \
7 $(pkginit_DATA)