From 869af37a6336b27ffb7ed560018e81a214c40664 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Apr 2019 17:30:00 +0200 Subject: add missing files --- contrib/hellos/Makefile.am | 7 +++++++ contrib/services/Makefile.am | 1 + contrib/services/openrc/Makefile.am | 7 +++++++ contrib/services/systemd/Makefile.am | 7 +++++++ 4 files changed, 22 insertions(+) create mode 100644 contrib/hellos/Makefile.am create mode 100644 contrib/services/Makefile.am create mode 100644 contrib/services/openrc/Makefile.am create mode 100644 contrib/services/systemd/Makefile.am (limited to 'contrib') 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 @@ +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 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 @@ +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 index 000000000..39a6f2a81 --- /dev/null +++ b/contrib/services/systemd/Makefile.am @@ -0,0 +1,7 @@ +pkginitdir= $(pkgdatadir)/services/systemd + +pkginit_DATA = \ + gnunet.service + +EXTRA_DIST = \ + $(pkginit_DATA) -- cgit v1.2.3