add missing files
authorChristian Grothoff <christian@grothoff.org>
Sat, 6 Apr 2019 15:30:00 +0000 (17:30 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sat, 6 Apr 2019 15:30:00 +0000 (17:30 +0200)
configure.ac
contrib/hellos/Makefile.am [new file with mode: 0644]
contrib/services/Makefile.am [new file with mode: 0644]
contrib/services/openrc/Makefile.am [new file with mode: 0644]
contrib/services/systemd/Makefile.am [new file with mode: 0644]

index 8e33f4c9fc4f2594860917d81fe32e4fae8ed120..aeb3520dd5f526e72cd0b54eccfe417eca39c9ca 100644 (file)
@@ -1853,6 +1853,9 @@ AC_CONFIG_FILES([
 Makefile
 contrib/Makefile
 contrib/hellos/Makefile
+contrib/services/Makefile
+contrib/services/openrc/Makefile
+contrib/services/systemd/Makefile
 contrib/scripts/Makefile
 contrib/scripts/gnunet-logread/Makefile
 doc/Makefile
diff --git a/contrib/hellos/Makefile.am b/contrib/hellos/Makefile.am
new file mode 100644 (file)
index 0000000..d498d57
--- /dev/null
@@ -0,0 +1,7 @@
+pkghellodir= $(pkgdatadir)/hellos
+
+pkghello_DATA = \
+  DSTJBRRKZ8TBW3FGK6B0M5QXWT9WYNZ45H5MCV4HY7ST64Q8T9F0
+
+EXTRA_DIST =
+  $(pkghello_DATA)
diff --git a/contrib/services/Makefile.am b/contrib/services/Makefile.am
new file mode 100644 (file)
index 0000000..eb4bd7d
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = openrc systemd
diff --git a/contrib/services/openrc/Makefile.am b/contrib/services/openrc/Makefile.am
new file mode 100644 (file)
index 0000000..3cd57da
--- /dev/null
@@ -0,0 +1,7 @@
+pkginitdir= $(pkgdatadir)/services/openrc
+
+pkginit_DATA = \
+  gnunet.initd
+
+EXTRA_DIST = \
+  $(pkginit_DATA)
diff --git a/contrib/services/systemd/Makefile.am b/contrib/services/systemd/Makefile.am
new file mode 100644 (file)
index 0000000..39a6f2a
--- /dev/null
@@ -0,0 +1,7 @@
+pkginitdir= $(pkgdatadir)/services/systemd
+
+pkginit_DATA = \
+  gnunet.service
+
+EXTRA_DIST = \
+  $(pkginit_DATA)