Fix a typo
authorLRN <lrn1986@gmail.com>
Tue, 4 Feb 2014 13:32:13 +0000 (13:32 +0000)
committerLRN <lrn1986@gmail.com>
Tue, 4 Feb 2014 13:32:13 +0000 (13:32 +0000)
src/mesh/Makefile.am

index fdb55cd58ce49417e667febd87fe5f9efe7ac601..13f1d01c2dde256b831fea1317144af9a38c242f 100644 (file)
@@ -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 \