From: LRN Date: Tue, 4 Feb 2014 13:32:13 +0000 (+0000) Subject: Fix a typo X-Git-Tag: initial-import-from-subversion-38251~4804 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd9d95880c1a2fa5c8ba7d72b233ad0e9b1c5b34;p=oweals%2Fgnunet.git Fix a typo --- diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index fdb55cd58..13f1d01c2 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -76,7 +76,7 @@ gnunet_service_mesh_SOURCES = \ gnunet_service_mesh_CFLAGS = $(AM_CFLAGS) gnunet_service_mesh_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/transport>/libgnunettransport.la \ + $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \