aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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