aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-09-02 11:43:29 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-09-02 11:43:29 +0000
commit955ff4fab42b80bb8e508cabbf683ffe2d1ae768 (patch)
treeec167fae071ffbbb23db902812e8b2ea2df3947c /src/transport/Makefile.am
parentf861dd18a5a9fc7a7862d74f68ef378e5d8f9d08 (diff)
downloadgnunet-955ff4fab42b80bb8e508cabbf683ffe2d1ae768.tar.gz
gnunet-955ff4fab42b80bb8e508cabbf683ffe2d1ae768.zip
fix: bluetooth helper with suid installer
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index bab29d0f3..d4a1001c9 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -66,6 +66,9 @@ endif
66if LINUX 66if LINUX
67install-exec-hook: 67install-exec-hook:
68 $(top_srcdir)/src/transport/install-wlan-helper.sh $(libexecdir) $(SUDO_BINARY) || true 68 $(top_srcdir)/src/transport/install-wlan-helper.sh $(libexecdir) $(SUDO_BINARY) || true
69if HAVE_LIBBLUETOOTH
70 $(top_srcdir)/src/transport/install-bluetooth-helper.sh $(libexecdir) $(SUDO_BINARY) || true
71endif
69else 72else
70install-exec-hook: 73install-exec-hook:
71endif 74endif
@@ -88,14 +91,7 @@ if MINGW
88endif 91endif
89endif 92endif
90 93
91if LINUX 94
92if HAVE_LIBBLUETOOTH
93install-exec-hook2:
94 $(top_srcdir)/src/transport/install-bluetooth-helper.sh $(libexecdir) $(SUDO_BINARY) || true
95endif
96else
97install-exec-hook2:
98endif
99 95
100if !MINGW 96if !MINGW
101UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la 97UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la