aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-06 17:30:00 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-06 17:30:00 +0200
commit869af37a6336b27ffb7ed560018e81a214c40664 (patch)
tree8defe15a43689ed317a8fe4c6a14e62d7c31f4f2
parent8b40d75379e06e3bf60a1143f3b1b5a25a2046a5 (diff)
downloadgnunet-869af37a6336b27ffb7ed560018e81a214c40664.tar.gz
gnunet-869af37a6336b27ffb7ed560018e81a214c40664.zip
add missing files
-rw-r--r--configure.ac3
-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
5 files changed, 25 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8e33f4c9f..aeb3520dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1853,6 +1853,9 @@ AC_CONFIG_FILES([
1853Makefile 1853Makefile
1854contrib/Makefile 1854contrib/Makefile
1855contrib/hellos/Makefile 1855contrib/hellos/Makefile
1856contrib/services/Makefile
1857contrib/services/openrc/Makefile
1858contrib/services/systemd/Makefile
1856contrib/scripts/Makefile 1859contrib/scripts/Makefile
1857contrib/scripts/gnunet-logread/Makefile 1860contrib/scripts/gnunet-logread/Makefile
1858doc/Makefile 1861doc/Makefile
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)