Browse Source

add missing files

Christian Grothoff 5 years ago
parent
commit
869af37a63

+ 3 - 0
configure.ac

@@ -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

+ 7 - 0
contrib/hellos/Makefile.am

@@ -0,0 +1,7 @@
+pkghellodir= $(pkgdatadir)/hellos
+
+pkghello_DATA = \
+  DSTJBRRKZ8TBW3FGK6B0M5QXWT9WYNZ45H5MCV4HY7ST64Q8T9F0
+
+EXTRA_DIST =
+  $(pkghello_DATA)

+ 1 - 0
contrib/services/Makefile.am

@@ -0,0 +1 @@
+SUBDIRS = openrc systemd

+ 7 - 0
contrib/services/openrc/Makefile.am

@@ -0,0 +1,7 @@
+pkginitdir= $(pkgdatadir)/services/openrc
+
+pkginit_DATA = \
+  gnunet.initd
+
+EXTRA_DIST = \
+  $(pkginit_DATA)

+ 7 - 0
contrib/services/systemd/Makefile.am

@@ -0,0 +1,7 @@
+pkginitdir= $(pkgdatadir)/services/systemd
+
+pkginit_DATA = \
+  gnunet.service
+
+EXTRA_DIST = \
+  $(pkginit_DATA)