aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-19 16:27:49 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-19 16:27:49 +0200
commit4ab00a8c15cf7cf286e290bc6227c5cbf3469dac (patch)
treecca44a059c01d5ca62e3a0d40cb03716cfa2f6ca
parent84b2518a5a38e2866bd5eab994eaf8e670ffb1c6 (diff)
downloadgnunet-4ab00a8c15cf7cf286e290bc6227c5cbf3469dac.tar.gz
gnunet-4ab00a8c15cf7cf286e290bc6227c5cbf3469dac.zip
fix ftbfs
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index b5e195d84..e05b13702 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -277,7 +277,7 @@ gnunet_transport_certificate_creation_LDADD = \
277gnunet_communicator_unix_SOURCES = \ 277gnunet_communicator_unix_SOURCES = \
278 gnunet-communicator-unix.c 278 gnunet-communicator-unix.c
279gnunet_communicator_unix_LDADD = \ 279gnunet_communicator_unix_LDADD = \
280 libgnunettransportcommunicator2.la \ 280 libgnunettransportcommunicator.la \
281 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 281 $(top_builddir)/src/statistics/libgnunetstatistics.la \
282 $(top_builddir)/src/util/libgnunetutil.la 282 $(top_builddir)/src/util/libgnunetutil.la
283 283