aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 123470a65..42488c7a0 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -36,6 +36,14 @@ if HAVE_EXPERIMENTAL
36endif 36endif
37endif 37endif
38 38
39if LINUX
40install-exec-hook:
41 chown root:root $(bindir)/gnunet-transport-wlan-helper || true
42 chmod u+s $(bindir)/gnunet-transport-wlan-helper || true
43else
44install-exec-hook:
45endif
46
39if !MINGW 47if !MINGW
40UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la 48UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la
41UNIX_PLUGIN_TEST = test_transport_api_unix 49UNIX_PLUGIN_TEST = test_transport_api_unix