gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix #5676


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix #5676
Date: Sat, 06 Apr 2019 17:01:48 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a15e470f0 fix #5676
a15e470f0 is described below

commit a15e470f0d6af177d2f699ce5dbd2c549a73ff59
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 6 17:01:46 2019 +0200

    fix #5676
---
 configure.ac        |  4 ++++
 contrib/Makefile.am | 28 +---------------------------
 2 files changed, 5 insertions(+), 27 deletions(-)

diff --git a/configure.ac b/configure.ac
index c8f7209f3..aeb3520dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1852,6 +1852,10 @@ AC_DEFINE_UNQUOTED(VCS_VERSION, [$vcs_version], [VCS 
revision/hash or tarball ve
 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/Makefile.am b/contrib/Makefile.am
index 82aebed99..c78b6fe9d 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -5,7 +5,7 @@ tap32dir = $(pkgdatadir)/openvpn-tap32/tapw32/
 
 tap64dir = $(pkgdatadir)/openvpn-tap32/tapw64/
 
-SUBDIRS = scripts
+SUBDIRS = scripts hellos services
 
 dist_pkgdata_DATA = \
  gns/gns-bcd.html \
@@ -72,29 +72,3 @@ test_gnunet_prefix_LDADD = \
   $(LTLIBICONV) \
   $(GN_LIBINTL) \
   $(LIBLTDL) -lunistring $(XLIB)
-
-pkghellodir= $(pkgdatadir)/hellos
-pkginitddir= $(pkgdatadir)/services
-
-install-data-local:
-       $(mkinstalldirs) $(DESTDIR)$(pkghellodir)
-       @$(NORMAL_INSTALL)
-       for hello in $(srcdir)/hellos/*; do \
-         if test -f $$hello; then \
-           $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \
-         fi \
-       done
-       mkdir -p $(DESTDIR)$(pkgdatadir)/services/openrc
-       mkdir -p $(DESTDIR)$(pkgdatadir)/services/systemd
-       install services/openrc/gnunet.initd $(DESTDIR)$(pkginitddir)/openrc/
-       install services/systemd/gnunet.service 
$(DESTDIR)$(pkginitddir)/systemd/
-
-dist-hook:
-       if test -d $(srcdir)/hellos; then \
-         mkdir -p $(distdir)/hellos; \
-         for hello in $(srcdir)/hellos/*; do \
-           if test -f $$hello; then \
-             cp -p $$hello $(distdir)/hellos; \
-           fi \
-         done \
-       fi

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]