diff options
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 |