From: Christian Grothoff Date: Tue, 12 Feb 2019 23:45:54 +0000 (+0100) Subject: fixing 'make dist' issues X-Git-Tag: v0.11.0~63^2~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f3172d558fd51842516d23288070d28c298c950;p=oweals%2Fgnunet.git fixing 'make dist' issues --- diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 3de46cf6f..93615b023 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -271,7 +271,7 @@ gnunet_communicator_udp_LDADD = \ $(top_builddir)/src/nt/libgnunetnt.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(LIBGCRYPT_LIBS) + $(LIBGCRYPT_LIBS) gnunet_helper_transport_wlan_SOURCES = \ @@ -1339,6 +1339,7 @@ test_transport_api_slow_ats_LDADD = \ EXTRA_DIST = \ +communicator-unix.conf \ test_plugin_hostkey \ test_plugin_hostkey.ecc \ test_delay \