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.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index ab4ef4bfa..0df3e4e27 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -142,6 +142,7 @@ endif
142noinst_PROGRAMS = \ 142noinst_PROGRAMS = \
143 gnunet-transport-profiler \ 143 gnunet-transport-profiler \
144 gnunet-communicator-unix \ 144 gnunet-communicator-unix \
145 gnunet-communicator-tcp \
145 gnunet-service-tng \ 146 gnunet-service-tng \
146 $(WLAN_BIN_SENDER) \ 147 $(WLAN_BIN_SENDER) \
147 $(WLAN_BIN_RECEIVER) 148 $(WLAN_BIN_RECEIVER)
@@ -251,6 +252,14 @@ gnunet_communicator_unix_LDADD = \
251 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 252 $(top_builddir)/src/statistics/libgnunetstatistics.la \
252 $(top_builddir)/src/util/libgnunetutil.la 253 $(top_builddir)/src/util/libgnunetutil.la
253 254
255gnunet_communicator_tcp_SOURCES = \
256 gnunet-communicator-tcp.c
257gnunet_communicator_tcp_LDADD = \
258 libgnunettransportcommunicator.la \
259 $(top_builddir)/src/statistics/libgnunetstatistics.la \
260 $(top_builddir)/src/util/libgnunetutil.la \
261 $(LIBGCRYPT_LIBS)
262
254 263
255gnunet_helper_transport_wlan_SOURCES = \ 264gnunet_helper_transport_wlan_SOURCES = \
256 gnunet-helper-transport-wlan.c 265 gnunet-helper-transport-wlan.c