aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-08 14:20:33 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-08 14:20:33 +0100
commit304bfc5d18d5613a38b5d927925dbfa00adfc82a (patch)
treeb863b2ef83a9e79413be4dae313a423ac2be9dd6 /src/transport/Makefile.am
parenta18d1f2587ca5df5a9c6e47c012bfbaf3f19098c (diff)
downloadgnunet-304bfc5d18d5613a38b5d927925dbfa00adfc82a.tar.gz
gnunet-304bfc5d18d5613a38b5d927925dbfa00adfc82a.zip
unix communicator now builds
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 c6c02c6ed..92b53137f 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -140,6 +140,7 @@ endif
140 140
141noinst_PROGRAMS = \ 141noinst_PROGRAMS = \
142 gnunet-transport-profiler \ 142 gnunet-transport-profiler \
143 gnunet-communicator-unix \
143 $(WLAN_BIN_SENDER) \ 144 $(WLAN_BIN_SENDER) \
144 $(WLAN_BIN_RECEIVER) 145 $(WLAN_BIN_RECEIVER)
145 146
@@ -219,6 +220,14 @@ gnunet_transport_certificate_creation_SOURCES = \
219gnunet_transport_certificate_creation_LDADD = \ 220gnunet_transport_certificate_creation_LDADD = \
220 $(top_builddir)/src/util/libgnunetutil.la 221 $(top_builddir)/src/util/libgnunetutil.la
221 222
223gnunet_communicator_unix_SOURCES = \
224 gnunet-communicator-unix.c
225gnunet_communicator_unix_LDADD = \
226 libgnunettransportcommunicator.la \
227 $(top_builddir)/src/statistics/libgnunetstatistics.la \
228 $(top_builddir)/src/util/libgnunetutil.la
229
230
222gnunet_helper_transport_wlan_SOURCES = \ 231gnunet_helper_transport_wlan_SOURCES = \
223 gnunet-helper-transport-wlan.c 232 gnunet-helper-transport-wlan.c
224 233