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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 83e820012..6866ea0ee 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -95,7 +95,7 @@ endif
95if LINUX 95if LINUX
96install-exec-hook: 96install-exec-hook:
97 $(top_srcdir)/src/transport/install-wlan-helper.sh $(libexecdir) $(SUDO_BINARY) || true 97 $(top_srcdir)/src/transport/install-wlan-helper.sh $(libexecdir) $(SUDO_BINARY) || true
98if HAVE_LIBBLUETOOTH 98if HAVE_LIBBLUETOOTH
99 $(top_srcdir)/src/transport/install-bluetooth-helper.sh $(libexecdir) $(SUDO_BINARY) || true 99 $(top_srcdir)/src/transport/install-bluetooth-helper.sh $(libexecdir) $(SUDO_BINARY) || true
100endif 100endif
101else 101else
@@ -164,6 +164,7 @@ libgnunettransport_la_SOURCES = \
164 transport_api_blacklist.c \ 164 transport_api_blacklist.c \
165 transport_api_address_to_string.c \ 165 transport_api_address_to_string.c \
166 transport_api_monitor_peers.c \ 166 transport_api_monitor_peers.c \
167 transport_api_monitor_plugins.c \
167 transport_api_monitor_validation.c 168 transport_api_monitor_validation.c
168libgnunettransport_la_LIBADD = \ 169libgnunettransport_la_LIBADD = \
169 $(top_builddir)/src/hello/libgnunethello.la \ 170 $(top_builddir)/src/hello/libgnunethello.la \