aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am20
-rwxr-xr-xsrc/transport/install-bluetooth-helper.sh5
-rwxr-xr-xsrc/transport/install-wlan-helper.sh5
3 files changed, 5 insertions, 25 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 0f5b2e8be..d776e99e4 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -94,16 +94,6 @@ if LINUX
94endif 94endif
95 95
96if LINUX 96if LINUX
97install-exec-hook:
98 $(top_srcdir)/src/transport/install-wlan-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_BINARY) || true
99if HAVE_LIBBLUETOOTH
100 $(top_srcdir)/src/transport/install-bluetooth-helper.sh $(DESTDIR)$(libexecdir) $(SUDO_BINARY) || true
101endif
102else
103install-exec-hook:
104endif
105
106if LINUX
107if HAVE_LIBBLUETOOTH 97if HAVE_LIBBLUETOOTH
108 BT_BIN = gnunet-helper-transport-bluetooth 98 BT_BIN = gnunet-helper-transport-bluetooth
109 BT_PLUGIN_LA = libgnunet_plugin_transport_bluetooth.la 99 BT_PLUGIN_LA = libgnunet_plugin_transport_bluetooth.la
@@ -195,7 +185,7 @@ libgnunettransport_la_LIBADD = \
195 $(top_builddir)/src/util/libgnunetutil.la \ 185 $(top_builddir)/src/util/libgnunetutil.la \
196 $(GN_LIBINTL) 186 $(GN_LIBINTL)
197libgnunettransport_la_LDFLAGS = \ 187libgnunettransport_la_LDFLAGS = \
198 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 188 $(GN_LIB_LDFLAGS) \
199 -version-info 4:0:2 189 -version-info 4:0:2
200 190
201libgnunettransportapplication_la_SOURCES = \ 191libgnunettransportapplication_la_SOURCES = \
@@ -204,7 +194,7 @@ libgnunettransportapplication_la_LIBADD = \
204 $(top_builddir)/src/util/libgnunetutil.la \ 194 $(top_builddir)/src/util/libgnunetutil.la \
205 $(LTLIBINTL) 195 $(LTLIBINTL)
206libgnunettransportapplication_la_LDFLAGS = \ 196libgnunettransportapplication_la_LDFLAGS = \
207 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 197 $(GN_LIB_LDFLAGS) \
208 -version-info 0:0:0 198 -version-info 0:0:0
209 199
210 200
@@ -214,7 +204,7 @@ libgnunettransportcore_la_LIBADD = \
214 $(top_builddir)/src/util/libgnunetutil.la \ 204 $(top_builddir)/src/util/libgnunetutil.la \
215 $(GN_LIBINTL) 205 $(GN_LIBINTL)
216libgnunettransportcore_la_LDFLAGS = \ 206libgnunettransportcore_la_LDFLAGS = \
217 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 207 $(GN_LIB_LDFLAGS) \
218 -version-info 0:0:0 208 -version-info 0:0:0
219 209
220libgnunettransportcommunicator_la_SOURCES = \ 210libgnunettransportcommunicator_la_SOURCES = \
@@ -223,7 +213,7 @@ libgnunettransportcommunicator_la_LIBADD = \
223 $(top_builddir)/src/util/libgnunetutil.la \ 213 $(top_builddir)/src/util/libgnunetutil.la \
224 $(GN_LIBINTL) 214 $(GN_LIBINTL)
225libgnunettransportcommunicator_la_LDFLAGS = \ 215libgnunettransportcommunicator_la_LDFLAGS = \
226 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 216 $(GN_LIB_LDFLAGS) \
227 -version-info 0:0:0 217 -version-info 0:0:0
228 218
229 219
@@ -233,7 +223,7 @@ libgnunettransportmonitor_la_LIBADD = \
233 $(top_builddir)/src/util/libgnunetutil.la \ 223 $(top_builddir)/src/util/libgnunetutil.la \
234 $(GN_LIBINTL) 224 $(GN_LIBINTL)
235libgnunettransportmonitor_la_LDFLAGS = \ 225libgnunettransportmonitor_la_LDFLAGS = \
236 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 226 $(GN_LIB_LDFLAGS) \
237 -version-info 0:0:0 227 -version-info 0:0:0
238 228
239 229
diff --git a/src/transport/install-bluetooth-helper.sh b/src/transport/install-bluetooth-helper.sh
deleted file mode 100755
index 5c40250fa..000000000
--- a/src/transport/install-bluetooth-helper.sh
+++ /dev/null
@@ -1,5 +0,0 @@
1#!/bin/sh
2# $1 - bindir
3# $2 - sudo binary (optional)
4$2 chown root:root $1/gnunet-helper-transport-bluetooth || true
5$2 chmod u+s $1/gnunet-helper-transport-bluetooth || true
diff --git a/src/transport/install-wlan-helper.sh b/src/transport/install-wlan-helper.sh
deleted file mode 100755
index 0fa9c9806..000000000
--- a/src/transport/install-wlan-helper.sh
+++ /dev/null
@@ -1,5 +0,0 @@
1#!/bin/sh
2# $1 - bindir
3# $2 - sudo binary (optional)
4$2 chown root:root $1/gnunet-helper-transport-wlan || true
5$2 chmod u+s $1/gnunet-helper-transport-wlan || true