diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-11-08 14:20:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-11-08 14:20:33 +0100 |
commit | 304bfc5d18d5613a38b5d927925dbfa00adfc82a (patch) | |
tree | b863b2ef83a9e79413be4dae313a423ac2be9dd6 /src/transport/Makefile.am | |
parent | a18d1f2587ca5df5a9c6e47c012bfbaf3f19098c (diff) |
unix communicator now builds
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 9 |
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 noinst_PROGRAMS = \ gnunet-transport-profiler \ + gnunet-communicator-unix \ $(WLAN_BIN_SENDER) \ $(WLAN_BIN_RECEIVER) @@ -219,6 +220,14 @@ gnunet_transport_certificate_creation_SOURCES = \ gnunet_transport_certificate_creation_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la +gnunet_communicator_unix_SOURCES = \ + gnunet-communicator-unix.c +gnunet_communicator_unix_LDADD = \ + libgnunettransportcommunicator.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/util/libgnunetutil.la + + gnunet_helper_transport_wlan_SOURCES = \ gnunet-helper-transport-wlan.c |