aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index c45354256..c0323d0d6 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -14,21 +14,8 @@ plugindir = $(libdir)/gnunet
14dist_pkgcfg_DATA = \ 14dist_pkgcfg_DATA = \
15 exit.conf 15 exit.conf
16 16
17if HAVE_SUDO
18SUDO_OR_DOAS_BINARY= $(SUDO_BINARY)
19else
20if HAVE_DOAS_BINARY
21SUDO_OR_DOAS_BINARY= $(DOAS_BINARY)
22endif
23endif
24
25if LINUX 17if LINUX
26EXITBIN = gnunet-helper-exit 18EXITBIN = gnunet-helper-exit
27install-exec-hook:
28 chown root:root $(DESTDIR)$(libexecdir)/gnunet-helper-exit
29 chmod u+s $(DESTDIR)$(libexecdir)/gnunet-helper-exit
30else
31install-exec-hook:
32endif 19endif
33 20
34 21