diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/transport/Makefile.am | 2 |
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 = \ gnunet_communicator_unix_SOURCES = \ gnunet-communicator-unix.c gnunet_communicator_unix_LDADD = \ - libgnunettransportcommunicator2.la \ + libgnunettransportcommunicator.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la |