From fd9d95880c1a2fa5c8ba7d72b233ad0e9b1c5b34 Mon Sep 17 00:00:00 2001 From: LRN Date: Tue, 4 Feb 2014 13:32:13 +0000 Subject: [PATCH] Fix a typo --- src/mesh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.25.1