aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-13 00:45:54 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-13 00:45:54 +0100
commit9f3172d558fd51842516d23288070d28c298c950 (patch)
tree48e802d34f678f6e37346b26186fa1056808f971 /src/transport/Makefile.am
parent789340811b80653d550a15932c7e8fcdbdcde459 (diff)
downloadgnunet-9f3172d558fd51842516d23288070d28c298c950.tar.gz
gnunet-9f3172d558fd51842516d23288070d28c298c950.zip
fixing 'make dist' issues
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 = \
271 $(top_builddir)/src/nt/libgnunetnt.la \ 271 $(top_builddir)/src/nt/libgnunetnt.la \
272 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 272 $(top_builddir)/src/statistics/libgnunetstatistics.la \
273 $(top_builddir)/src/util/libgnunetutil.la \ 273 $(top_builddir)/src/util/libgnunetutil.la \
274 $(LIBGCRYPT_LIBS) 274 $(LIBGCRYPT_LIBS)
275 275
276 276
277gnunet_helper_transport_wlan_SOURCES = \ 277gnunet_helper_transport_wlan_SOURCES = \
@@ -1339,6 +1339,7 @@ test_transport_api_slow_ats_LDADD = \
1339 1339
1340 1340
1341EXTRA_DIST = \ 1341EXTRA_DIST = \
1342communicator-unix.conf \
1342test_plugin_hostkey \ 1343test_plugin_hostkey \
1343test_plugin_hostkey.ecc \ 1344test_plugin_hostkey.ecc \
1344test_delay \ 1345test_delay \